Searched refs:BytecodeIterator (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.h | 101 class V8_EXPORT_PRIVATE BytecodeIterator : public NON_EXPORTED_BASE(Decoder) { in NON_EXPORTED_BASE() 135 friend class BytecodeIterator; in NON_EXPORTED_BASE() 152 friend class BytecodeIterator; in NON_EXPORTED_BASE() local 160 BytecodeIterator(const byte* start, const byte* end, in NON_EXPORTED_BASE()
|
D | wasm-text.cc | 71 BytecodeIterator i(func_bytes.begin(), func_bytes.end(), &decls); in PrintWasmText()
|
D | function-body-decoder.cc | 824 BytecodeIterator::BytecodeIterator(const byte* start, const byte* end, in BytecodeIterator() function in v8::internal::wasm::BytecodeIterator 925 BytecodeIterator i(body.start, body.end, &decls); in PrintRawWasmCode()
|
D | wasm-objects.cc | 157 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in IsBreakablePosition() 591 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints()
|
D | wasm-interpreter.cc | 771 for (BytecodeIterator i(code->orig_start, code->orig_end, &code->locals); in SideTable()
|