Lines Matching defs:pair

1692   VectorSlotPair pair = CreateVectorSlotPair(expr->VariableFeedbackSlot());
1694 Node* value = BuildVariableLoad(expr->var(), expr->id(), states, pair,
1814 // for each pair of corresponding getters and setters.
1948 VectorSlotPair pair = CreateVectorSlotPair(expr->LiteralFeedbackSlot());
1952 Node* store = BuildKeyedStore(literal, index, value, pair);
2119 VectorSlotPair pair =
2123 BuildVariableLoad(proxy->var(), expr->target()->id(), states, pair,
2130 VectorSlotPair pair =
2133 old_value = BuildNamedLoad(object, name, pair);
2141 VectorSlotPair pair =
2144 old_value = BuildKeyedLoad(object, key, pair);
2153 VectorSlotPair pair =
2156 old_value = BuildNamedSuperLoad(receiver, home_object, name, pair);
2165 VectorSlotPair pair =
2168 old_value = BuildKeyedSuperLoad(receiver, home_object, key, pair);
2267 VectorSlotPair pair = CreateVectorSlotPair(expr->PropertyFeedbackSlot());
2277 value = BuildNamedLoad(object, name, pair);
2287 value = BuildKeyedLoad(object, key, pair);
2298 value = BuildNamedSuperLoad(receiver, home_object, name, pair);
2310 value = BuildKeyedSuperLoad(receiver, home_object, key, pair);
2332 VectorSlotPair pair = CreateVectorSlotPair(proxy->VariableFeedbackSlot());
2336 pair, OutputFrameStateCombine::Push());
2347 Node* pair = NewNode(op, current_context(), name);
2348 callee_value = NewNode(common()->Projection(0), pair);
2349 receiver_value = NewNode(common()->Projection(1), pair);
2350 PrepareFrameState(pair, expr->LookupId(),
2443 Node* pair = NewNode(op, current_context(), name);
2444 callee_value = NewNode(common()->Projection(0), pair);
2445 receiver_value = NewNode(common()->Projection(1), pair);
2446 PrepareFrameState(pair, expr->LookupId(),
2648 VectorSlotPair pair = CreateVectorSlotPair(proxy->VariableFeedbackSlot());
2652 pair, OutputFrameStateCombine::Push());
2661 VectorSlotPair pair =
2663 old_value = BuildNamedLoad(object, name, pair);
2675 VectorSlotPair pair =
2677 old_value = BuildKeyedLoad(object, key, pair);
2690 VectorSlotPair pair =
2692 old_value = BuildNamedSuperLoad(receiver, home_object, name, pair);
2706 VectorSlotPair pair =
2708 old_value = BuildKeyedSuperLoad(receiver, home_object, key, pair);
3004 VectorSlotPair pair = CreateVectorSlotPair(proxy->VariableFeedbackSlot());
3007 BuildVariableLoad(proxy->var(), expr->expression()->id(), states, pair,