Searched refs:BytecodeArrayIterator (Results 1 – 9 of 9) sorted by relevance
13 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator17 void BytecodeArrayIterator::Advance() { in Advance()21 bool BytecodeArrayIterator::done() const { in done()
14 class V8_EXPORT_PRIVATE BytecodeArrayIterator final17 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);23 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
48 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()61 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()130 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()164 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
50 interpreter::BytecodeArrayIterator* iterator,329 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator()334 interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()386 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
619 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()885 interpreter::BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()
665 OsrIteratorState(interpreter::BytecodeArrayIterator* iterator, in OsrIteratorState()756 interpreter::BytecodeArrayIterator* iterator_;777 interpreter::BytecodeArrayIterator* iterator, in AdvanceToOsrEntryAndPeelLoops()845 const interpreter::BytecodeArrayIterator& iterator = bytecode_iterator(); in VisitSingleBytecode()881 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
883 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionGetSideEffectState()995 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in ApplySideEffectChecks()
2125 for (interpreter::BytecodeArrayIterator it(debug_bytecode); !it.done(); in ClearSideEffectChecks()
15105 interpreter::BytecodeArrayIterator iterator(handle); in Disassemble()