Lines Matching refs:match
298 HeapObjectMatcher match(target);
304 if (match.HasResolvedValue() && match.Ref(broker()).IsJSFunction()) {
305 JSFunctionRef function = match.Ref(broker()).AsJSFunction();
332 if (match.IsJSCreateClosure()) {
336 } else if (match.IsCheckClosure()) {
337 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op()));
353 HeapObjectMatcher match(target);
355 if (match.HasResolvedValue() && match.Ref(broker()).IsJSFunction()) {
356 JSFunctionRef function = match.Ref(broker()).AsJSFunction();
365 if (match.IsJSCreateClosure()) {
372 *context_out = NodeProperties::GetContextInput(match.node());
374 } else if (match.IsCheckClosure()) {
375 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op()));
381 match.node(), effect, control);
717 // count have to match the number of arguments passed