Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc45 Node* LookupRegister(interpreter::Register the_register) const;
226 Node* BytecodeGraphBuilder::Environment::LookupRegister( in LookupRegister() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
955 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdar()
966 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitMov()
1018 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitStaInArrayLiteral()
1020 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in VisitStaInArrayLiteral()
1044 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitStaDataPropertyInLiteral()
1046 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in VisitStaDataPropertyInLiteral()
1077 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdaContextSlot()
1088 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdaImmutableContextSlot()
[all …]