#include <function-body-decoder.h>
Definition at line 85 of file function-body-decoder.h.
◆ BytecodeIterator() [1/2]
v8::internal::wasm::BytecodeIterator::BytecodeIterator |
( |
const uint8_t * | start, |
|
|
const uint8_t * | end ) |
◆ BytecodeIterator() [2/2]
v8::internal::wasm::BytecodeIterator::BytecodeIterator |
( |
const uint8_t * | start, |
|
|
const uint8_t * | end, |
|
|
BodyLocalDecls * | decls, |
|
|
Zone * | zone ) |
◆ current()
WasmOpcode v8::internal::wasm::BytecodeIterator::current |
( |
| ) |
|
|
inline |
◆ has_next()
bool v8::internal::wasm::BytecodeIterator::has_next |
( |
| ) |
const |
|
inline |
◆ next()
void v8::internal::wasm::BytecodeIterator::next |
( |
| ) |
|
|
inline |
◆ offsets()
◆ opcodes()
◆ pc()
const uint8_t * v8::internal::wasm::BytecodeIterator::pc |
( |
| ) |
const |
|
inline |
◆ prefixed_opcode()
WasmOpcode v8::internal::wasm::BytecodeIterator::prefixed_opcode |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: