Searched refs:BytecodeArrayIterator (Results 1 – 8 of 8) sorted by relevance
12 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator16 void BytecodeArrayIterator::Advance() { in Advance()20 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);
40 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()53 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()120 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()147 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()168 interpreter::BytecodeArrayIterator it(bytecode_array); in RUNTIME_FUNCTION()
261 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator()266 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()294 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
465 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()553 BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()
637 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
524 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionHasNoSideEffect()
14680 interpreter::BytecodeArrayIterator iterator(handle(this)); in Disassemble()