Home
last modified time | relevance | path

Searched refs:BytecodeIterator (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.h101 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()
Dwasm-text.cc71 BytecodeIterator i(func_bytes.begin(), func_bytes.end(), &decls); in PrintWasmText()
Dfunction-body-decoder.cc824 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()
Dwasm-objects.cc157 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in IsBreakablePosition()
591 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints()
Dwasm-interpreter.cc771 for (BytecodeIterator i(code->orig_start, code->orig_end, &code->locals); in SideTable()