Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.h97 class V8_EXPORT_PRIVATE BytecodeIterator : public NON_EXPORTED_BASE(Decoder) { in NON_EXPORTED_BASE()
131 friend class BytecodeIterator; in NON_EXPORTED_BASE()
148 friend class BytecodeIterator; in NON_EXPORTED_BASE() local
156 BytecodeIterator(const byte* start, const byte* end, in NON_EXPORTED_BASE()
Dfunction-body-decoder.cc54 BytecodeIterator::BytecodeIterator(const byte* start, const byte* end, in BytecodeIterator() function in v8::internal::wasm::BytecodeIterator
158 BytecodeIterator i(body.start, body.end, &decls); in PrintRawWasmCode()
Dwasm-debug.cc887 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in FindNextBreakablePosition()
1200 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints()