Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-interpreter.cc40 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing() argument
41 while (bytecode_iterator.current_offset() + in AdvanceToOffsetForTracing()
42 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()
44 bytecode_iterator.Advance(); in AdvanceToOffsetForTracing()
46 DCHECK(bytecode_iterator.current_offset() == offset || in AdvanceToOffsetForTracing()
47 ((bytecode_iterator.current_offset() + 1) == offset && in AdvanceToOffsetForTracing()
48 bytecode_iterator.current_operand_scale() > in AdvanceToOffsetForTracing()
53 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters() argument
65 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters()
77 bytecode_iterator.bytecode_array()->GetIsolate()); in PrintRegisters()
[all …]
/external/v8/src/compiler/
Dbytecode-graph-builder.cc330 BailoutId loop_id(builder_->bytecode_iterator().current_offset()); in PrepareForOsrEntry()
584 BailoutId bailout_id(bytecode_iterator().current_offset()); in PrepareEagerCheckpoint()
588 bytecode_iterator().current_offset()); in PrepareEagerCheckpoint()
618 BailoutId bailout_id(bytecode_iterator().current_offset()); in PrepareFrameState()
623 bytecode_iterator().current_offset()); in PrepareFrameState()
686 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in VisitLdaSmi()
692 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0)); in VisitLdaConstant()
723 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdar()
729 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(0), value); in VisitStar()
734 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitMov()
[all …]
Dbytecode-graph-builder.h261 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator() function
266 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator() argument
267 bytecode_iterator_ = bytecode_iterator; in set_bytecode_iterator()