• Home
  • Raw
  • Download

Lines Matching refs:LookupRegister

40   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()
1059 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitLdaKeyedProperty()
1073 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildNamedStore()
1110 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildKeyedStore()
1112 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in BuildKeyedStore()
1157 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitPopContext()
1202 Node* exception = environment()->LookupRegister(reg); in VisitCreateCatchContext()
1216 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitCreateWithContext()
1302 all[1] = environment()->LookupRegister(receiver); in ProcessCallArguments()
1305 all[i] = environment()->LookupRegister( in ProcessCallArguments()
1317 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildCall()
1341 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitCallWithSpread()
1382 all[i] = environment()->LookupRegister( in ProcessCallRuntimeArguments()
1423 all[i] = environment()->LookupRegister( in ProcessConstructWithSpreadArguments()
1438 Node* callee = environment()->LookupRegister(callee_reg); in VisitConstructWithSpread()
1467 all[i] = environment()->LookupRegister( in ProcessConstructArguments()
1487 Node* callee = environment()->LookupRegister(callee_reg); in VisitConstruct()
1535 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildBinaryOp()
1626 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in BuildBinaryOpWithImmediate()
1727 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildDelete()
1751 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildCompareOp()
1795 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitTestUndetectable()
1802 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitTestNull()
1810 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitTestUndefined()
1927 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildForInPrepare()
1939 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitForInContinue()
1941 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in VisitForInContinue()
1951 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in BuildForInNext()
1953 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(1)); in BuildForInNext()
1955 Node* cache_type = environment()->LookupRegister( in BuildForInNext()
1957 Node* cache_array = environment()->LookupRegister( in BuildForInNext()
1970 environment()->LookupRegister(bytecode_iterator().GetRegisterOperand(0)); in VisitForInStep()
1979 Node* generator = environment()->LookupRegister( in VisitSuspendGenerator()
1996 environment()->LookupRegister(interpreter::Register(i)); in VisitSuspendGenerator()
2006 Node* generator = environment()->LookupRegister( in VisitResumeGenerator()
2307 Node* context = environment()->LookupRegister(context_register); in MakeNode()