Lines Matching refs:GetIndexOperand
756 Node* node = BuildLoadGlobal(bytecode_iterator().GetIndexOperand(0), in VisitLdaGlobal()
763 Node* node = BuildLoadGlobal(bytecode_iterator().GetIndexOperand(0), in VisitLdaGlobalInsideTypeof()
773 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in BuildStoreGlobal()
795 bytecode_iterator().GetIndexOperand(1), false); in VisitLdaContextSlot()
807 0, bytecode_iterator().GetIndexOperand(0), false); in VisitLdaCurrentContextSlot()
816 bytecode_iterator().GetIndexOperand(1)); in VisitStaContextSlot()
825 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0)); in VisitStaCurrentContextSlot()
904 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupContextSlot()
954 BuildLoadGlobal(bytecode_iterator().GetIndexOperand(1), typeof_mode); in BuildLdaLookupGlobalSlot()
1018 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitLdaNamedProperty()
1031 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitLdaKeyedProperty()
1046 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildNamedStore()
1069 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildKeyedStore()
1192 int literal_index = bytecode_iterator().GetIndexOperand(1); in VisitCreateRegExpLiteral()
1203 int literal_index = bytecode_iterator().GetIndexOperand(1); in VisitCreateArrayLiteral()
1222 int literal_index = bytecode_iterator().GetIndexOperand(1); in VisitCreateObjectLiteral()
1264 int const slot_id = bytecode_iterator().GetIndexOperand(3); in BuildCall()
1293 BuildLoadNativeContextField(bytecode_iterator().GetIndexOperand(0)); in VisitCallJSRuntime()
1379 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitNew()
1430 bytecode_iterator().GetIndexOperand(operand_index)); in GetBinaryOperationHint()
1440 int slot_index = bytecode_iterator().GetIndexOperand(1); in GetCompareOperationHint()
1445 feedback_vector()->ToSlot(bytecode_iterator().GetIndexOperand(1)); in GetCompareOperationHint()