Searched refs:BytecodeIterator (Results 1 – 3 of 3) sorted by relevance
97 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() local156 BytecodeIterator(const byte* start, const byte* end, in NON_EXPORTED_BASE()
54 BytecodeIterator::BytecodeIterator(const byte* start, const byte* end, in BytecodeIterator() function in v8::internal::wasm::BytecodeIterator158 BytecodeIterator i(body.start, body.end, &decls); in PrintRawWasmCode()
887 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in FindNextBreakablePosition()1200 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints()