Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc40 Node* LookupRegister(interpreter::Register the_register) const;
192 Node* BytecodeGraphBuilder::Environment::LookupRegister( in LookupRegister() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
723 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdar()
734 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); 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 …]