• Home
  • Raw
  • Download

Lines Matching refs:GetIndexOperand

751   uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1);  in VisitLdaGlobal()
761 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobalInsideTypeof()
772 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in BuildStoreGlobal()
798 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()
808 bytecode_iterator().GetIndexOperand(1), false); in VisitLdaContextSlot()
819 bytecode_iterator().GetIndexOperand(1), true); in VisitLdaImmutableContextSlot()
829 0, bytecode_iterator().GetIndexOperand(0), false); in VisitLdaCurrentContextSlot()
836 0, bytecode_iterator().GetIndexOperand(0), true); in VisitLdaImmutableCurrentContextSlot()
844 bytecode_iterator().GetIndexOperand(1)); in VisitStaContextSlot()
854 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0)); in VisitStaCurrentContextSlot()
931 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupContextSlot()
982 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupGlobalSlot()
1048 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitLdaNamedProperty()
1061 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitLdaKeyedProperty()
1077 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildNamedStore()
1114 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildKeyedStore()
1164 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateClosure()
1246 int literal_index = bytecode_iterator().GetIndexOperand(1); in VisitCreateRegExpLiteral()
1258 int literal_index = bytecode_iterator().GetIndexOperand(1); in VisitCreateArrayLiteral()
1281 int literal_index = bytecode_iterator().GetIndexOperand(1); in VisitCreateObjectLiteral()
1324 int const slot_id = bytecode_iterator().GetIndexOperand(3); in BuildCall()
1366 BuildLoadNativeContextField(bytecode_iterator().GetIndexOperand(0)); in VisitCallJSRuntime()
1483 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitConstruct()
1540 bytecode_iterator().GetIndexOperand(kBinaryOperationHintIndex)); in BuildBinaryOp()
1555 bytecode_iterator().GetIndexOperand(operand_index)); in GetBinaryOperationHint()
1564 int slot_index = bytecode_iterator().GetIndexOperand(1); in GetCompareOperationHint()
1569 feedback_vector()->ToSlot(bytecode_iterator().GetIndexOperand(1)); in GetCompareOperationHint()
1631 bytecode_iterator().GetIndexOperand(kBinaryOperationSmiHintIndex)); in BuildBinaryOpWithImmediate()
1676 bytecode_iterator().GetIndexOperand(kCountOperationHintIndex)); in VisitInc()
1694 bytecode_iterator().GetIndexOperand(kCountOperationHintIndex)); in VisitDec()