Home
last modified time | relevance | path

Searched defs:bytecode_iterator (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-interpreter.cc32 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()
45 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()
112 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION() local
139 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION() local
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.cc103 std::ostream& stream, const BytecodeArrayIterator& bytecode_iterator, in PrintBytecodeOperand()
182 std::ostream& stream, const BytecodeArrayIterator& bytecode_iterator, in PrintBytecode()
275 BytecodeArrayIterator bytecode_iterator(bytecode_array); in PrintBytecodeSequence() local
/external/v8/src/compiler/
Dbytecode-graph-builder.h191 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator() function
196 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()