Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-interpreter.cc48 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing() argument
49 while (bytecode_iterator.current_offset() + in AdvanceToOffsetForTracing()
50 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()
52 bytecode_iterator.Advance(); in AdvanceToOffsetForTracing()
54 DCHECK(bytecode_iterator.current_offset() == offset || in AdvanceToOffsetForTracing()
55 ((bytecode_iterator.current_offset() + 1) == offset && in AdvanceToOffsetForTracing()
56 bytecode_iterator.current_operand_scale() > in AdvanceToOffsetForTracing()
61 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters() argument
73 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters()
97 bytecode_iterator.GetRegisterOperand(operand_index); in PrintRegisters()
[all …]
/external/v8/src/compiler/
Dbytecode-graph-builder.cc611 BailoutId bailout_id(bytecode_iterator().current_offset()); in PrepareEagerCheckpoint()
615 bytecode_iterator().current_offset()); in PrepareEagerCheckpoint()
645 BailoutId bailout_id(bytecode_iterator().current_offset()); in PrepareFrameState()
649 bytecode_iterator().current_offset()); in PrepareFrameState()
845 const interpreter::BytecodeArrayIterator& iterator = bytecode_iterator(); in VisitSingleBytecode()
918 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in VisitLdaSmi()
924 handle(bytecode_iterator().GetConstantForIndexOperand(0), isolate())); in VisitLdaConstant()
955 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdar()
961 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(0), value); in VisitStar()
966 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitMov()
[all …]
Dbytecode-graph-builder.h329 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator() function
334 interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator() argument
335 bytecode_iterator_ = bytecode_iterator; in set_bytecode_iterator()