Home
last modified time | relevance | path

Searched refs:GetRegisterOperand (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.cc723 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()
735 environment()->BindRegister(bytecode_iterator().GetRegisterOperand(1), value); in VisitMov()
792 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitStaDataPropertyInLiteral()
794 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in VisitStaDataPropertyInLiteral()
811 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdaContextSlot()
822 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdaImmutableContextSlot()
848 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitStaContextSlot()
1044 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdaNamedProperty()
[all …]
Dbytecode-analysis.cc108 interpreter::Register r = accessor.GetRegisterOperand(i); in UpdateInLiveness()
115 interpreter::Register r = accessor.GetRegisterOperand(i); in UpdateInLiveness()
124 interpreter::Register r = accessor.GetRegisterOperand(i); in UpdateInLiveness()
146 interpreter::Register r = accessor.GetRegisterOperand(i); in UpdateInLiveness()
153 interpreter::Register r = accessor.GetRegisterOperand(i); in UpdateInLiveness()
162 interpreter::Register r = accessor.GetRegisterOperand(i++); in UpdateInLiveness()
222 assignments.Add(accessor.GetRegisterOperand(i)); in UpdateAssignments()
226 assignments.AddPair(accessor.GetRegisterOperand(i)); in UpdateAssignments()
230 assignments.AddTriple(accessor.GetRegisterOperand(i)); in UpdateAssignments()
/external/v8/src/interpreter/
Dbytecode-array-accessor.h40 Register GetRegisterOperand(int operand_index) const;
Dbytecode-array-accessor.cc127 Register BytecodeArrayAccessor::GetRegisterOperand(int operand_index) const { in GetRegisterOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
/external/v8/src/runtime/
Druntime-interpreter.cc90 bytecode_iterator.GetRegisterOperand(operand_index); in PrintRegisters()