Searched refs:BytecodeIterator (Results 1 – 3 of 3) sorted by relevance
388 class V8_EXPORT_PRIVATE BytecodeIterator : public NON_EXPORTED_BASE(Decoder) { in NON_EXPORTED_BASE()410 friend class BytecodeIterator; in NON_EXPORTED_BASE()419 BytecodeIterator(const byte* start, const byte* end, in NON_EXPORTED_BASE()
1877 BytecodeIterator::BytecodeIterator(const byte* start, const byte* end, in BytecodeIterator() function in v8::internal::wasm::BytecodeIterator1930 BytecodeIterator i(body.start, body.end, &decls); in PrintAst()
780 for (BytecodeIterator i(start, end, locals); i.has_next(); i.next()) { in ControlTransfers()