• Home
  • Raw
  • Download

Lines Matching refs:GetIndexOperand

983   uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1);  in VisitLdaGlobal()
993 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobalInsideTypeof()
1004 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitStaGlobal()
1022 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitStaInArrayLiteral()
1050 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()
1074 bytecode_iterator().GetIndexOperand(1), false); in VisitLdaContextSlot()
1085 bytecode_iterator().GetIndexOperand(1), true); in VisitLdaImmutableContextSlot()
1095 0, bytecode_iterator().GetIndexOperand(0), false); in VisitLdaCurrentContextSlot()
1102 0, bytecode_iterator().GetIndexOperand(0), true); in VisitLdaImmutableCurrentContextSlot()
1110 bytecode_iterator().GetIndexOperand(1)); in VisitStaContextSlot()
1120 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0)); in VisitStaCurrentContextSlot()
1197 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupContextSlot()
1251 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupGlobalSlot()
1323 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitLdaNamedProperty()
1346 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitLdaKeyedProperty()
1371 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildNamedStore()
1415 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitStaKeyedProperty()
1565 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateRegExpLiteral()
1578 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateArrayLiteral()
1598 int const slot_id = bytecode_iterator().GetIndexOperand(0); in VisitCreateEmptyArrayLiteral()
1609 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateObjectLiteral()
1634 int slot = bytecode_iterator().GetIndexOperand(2); in VisitCloneObject()
1769 int const slot_id = bytecode_iterator().GetIndexOperand(3); in BuildCallVarArgs()
1793 int const slot_id = bytecode_iterator().GetIndexOperand(2); in VisitCallProperty0()
1805 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitCallProperty1()
1819 int const slot_id = bytecode_iterator().GetIndexOperand(4); in VisitCallProperty2()
1832 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCallUndefinedReceiver0()
1842 int const slot_id = bytecode_iterator().GetIndexOperand(2); in VisitCallUndefinedReceiver1()
1855 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitCallUndefinedReceiver2()
1871 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitCallWithSpread()
1984 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitConstruct()
2015 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitConstructWithSpread()
2068 static_cast<AbortReason>(bytecode_iterator().GetIndexOperand(0)); in VisitAbort()
2466 int const slot_index = bytecode_iterator().GetIndexOperand(1); in VisitTestInstanceOf()
2732 jsgraph()->Constant(bytecode_iterator().GetIndexOperand(0)); in VisitIncBlockCounter()