Home
last modified time | relevance | path

Searched refs:BytecodeArrayIterator (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc12 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
16 void BytecodeArrayIterator::Advance() { in Advance()
20 bool BytecodeArrayIterator::done() const { in done()
Dbytecode-array-iterator.h14 class V8_EXPORT_PRIVATE BytecodeArrayIterator final
17 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
23 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
/external/v8/src/runtime/
Druntime-interpreter.cc40 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()
/external/v8/src/compiler/
Dbytecode-graph-builder.h261 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_;
Dbytecode-analysis.cc465 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in PrintLivenessTo()
553 BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid()
Dbytecode-graph-builder.cc637 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
/external/v8/src/debug/
Ddebug-evaluate.cc524 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionHasNoSideEffect()
/external/v8/src/
Dobjects.cc14680 interpreter::BytecodeArrayIterator iterator(handle(this)); in Disassemble()