Searched refs:BytecodeArrayIterator (Results 1 – 9 of 9) sorted by relevance
16 class V8_EXPORT_PRIVATE BytecodeArrayIterator final19 explicit BytecodeArrayIterator(std::unique_ptr<AbstractBytecodeArray> array);21 explicit BytecodeArrayIterator(Handle<BytecodeArray> array);23 BytecodeArrayIterator(const BytecodeArrayIterator&) = delete;24 BytecodeArrayIterator& operator=(const BytecodeArrayIterator&) = delete;
13 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator17 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator21 void BytecodeArrayIterator::Advance() { in Advance()25 bool BytecodeArrayIterator::done() const { in done()
404 void Visit##name(interpreter::BytecodeArrayIterator* iterator);456 void ProcessJump(interpreter::BytecodeArrayIterator* iterator);479 interpreter::BytecodeArrayIterator* iterator);509 void ProcessCreateContext(interpreter::BytecodeArrayIterator* iterator,523 void ProcessLdaLookupGlobalSlot(interpreter::BytecodeArrayIterator* iterator);525 interpreter::BytecodeArrayIterator* iterator);588 using BytecodeArrayIterator = interpreter::BytecodeArrayIterator; typedef1187 HandlerRangeMatcher(BytecodeArrayIterator const& bytecode_iterator, in HandlerRangeMatcher()1232 BytecodeArrayIterator const& bytecode_iterator_;1276 BytecodeArrayIterator iterator(bytecode_array()); in TraverseBytecode()[all …]
638 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()903 interpreter::BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()
389 interpreter::BytecodeArrayIterator& bytecode_iterator() { in bytecode_iterator()434 interpreter::BytecodeArrayIterator bytecode_iterator_;
29 interpreter::BytecodeArrayIterator& in AdvanceToOffsetForTracing()44 interpreter::BytecodeArrayIterator& in PrintRegisters()114 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()148 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
915 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionGetSideEffectState()1124 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in ApplySideEffectChecks()
2310 for (interpreter::BytecodeArrayIterator it(debug_bytecode); !it.done(); in ClearSideEffectChecks()
828 interpreter::BytecodeArrayIterator iterator(handle); in Disassemble()