Lines Matching refs:CreateVectorSlotPair
573 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() function in v8::internal::compiler::BytecodeGraphBuilder
973 VectorSlotPair feedback = CreateVectorSlotPair(feedback_slot_index); in BuildLoadGlobal()
1004 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitStaGlobal()
1022 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitStaInArrayLiteral()
1050 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()
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()
1566 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateRegExpLiteral()
1579 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateArrayLiteral()
1599 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateEmptyArrayLiteral()
1610 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateObjectLiteral()
1636 javascript()->CloneObject(CreateVectorSlotPair(slot), flags); in VisitCloneObject()
1717 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in BuildCall()
1872 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in VisitCallWithSpread()
1985 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in VisitConstruct()
2016 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in VisitConstructWithSpread()
2467 BuildCompareOp(javascript()->InstanceOf(CreateVectorSlotPair(slot_index))); in VisitTestInstanceOf()