Searched refs:HeapObjectMatcher (Results 1 – 7 of 7) sorted by relevance
64 HeapObjectMatcher<Context> m(NodeProperties::GetValueInput(node, 0)); in ReduceJSLoadContext()112 HeapObjectMatcher<Context> m(NodeProperties::GetValueInput(node, 0)); in ReduceJSStoreContext()
100 struct HeapObjectMatcher FINAL102 explicit HeapObjectMatcher(Node* node) in HeapObjectMatcher() function
21 HeapObjectMatcher<HeapObject> m(node->InputAt(0)); in Reduce()39 HeapObjectMatcher<HeapObject> m(node->InputAt(0)); in Reduce()
37 HeapObjectMatcher<Object> m(NodeProperties::GetValueInput(node_, 0)); in HasBuiltinFunctionId()46 HeapObjectMatcher<Object> m(NodeProperties::GetValueInput(node_, 0)); in GetBuiltinFunctionId()
374 HeapObjectMatcher<JSFunction> match(call.jsfunction()); in TryInlineCall()
95 HeapObjectMatcher<Context> match(new_context_input); in TEST()111 HeapObjectMatcher<Object> match(r.replacement()); in TEST()175 HeapObjectMatcher<Context> match(new_context_input); in TEST()245 HeapObjectMatcher<Object> match(replacement); in TEST()
55 HeapObjectMatcher<HeapObject> m(n); in CheckHeapConstant()