Searched refs:HeapObjectMatcher (Results 1 – 10 of 10) sorted by relevance
45 HeapObjectMatcher m(node->InputAt(0)); in Reduce()59 HeapObjectMatcher m(node->InputAt(0)); in Reduce()142 HeapObjectMatcher m(node->InputAt(0)); in Reduce()
80 Handle<JSFunction>::cast(HeapObjectMatcher(target).Value()); in ReduceFunctionPrototypeApply()162 HeapObjectMatcher(NodeProperties::GetValueInput(node, 0)).Value()); in ReduceFunctionPrototypeCall()218 HeapObjectMatcher m(dominator->InputAt(1)); in InferReceiverMap()262 HeapObjectMatcher m(target); in ReduceJSCallFunction()406 HeapObjectMatcher m(target); in ReduceJSCallConstruct()
102 HeapObjectMatcher m(constructor); in ReduceJSInstanceOf()463 HeapObjectMatcher m(receiver); in ReduceJSLoadNamed()783 HeapObjectMatcher mreceiver(receiver); in ReduceKeyedAccess()847 HeapObjectMatcher mindex(index); in ReduceKeyedAccess()1060 HeapObjectMatcher m(receiver); in BuildPropertyAccess()1563 HeapObjectMatcher m(receiver); in BuildCheckMaps()1666 HeapObjectMatcher m(receiver); in InferReceiverMap()1671 HeapObjectMatcher mtarget(m.InputAt(0)); in InferReceiverMap()1672 HeapObjectMatcher mnewtarget(m.InputAt(1)); in InferReceiverMap()1700 HeapObjectMatcher m(receiver); in InferReceiverRootMap()[all …]
189 struct HeapObjectMatcher final191 explicit HeapObjectMatcher(Node* node) in HeapObjectMatcher() function279 typedef BinopMatcher<HeapObjectMatcher, HeapObjectMatcher>
27 HeapObjectMatcher m(node); in CollectFunctions()36 HeapObjectMatcher m(node->InputAt(n)); in CollectFunctions()
315 HeapObjectMatcher m(NodeProperties::GetValueInput(dominator, i)); in NeedsConvertReceiver()376 HeapObjectMatcher match(node->InputAt(0)); in Reduce()
29 HeapObjectMatcher mcond(cond); in DecideCondition()
32 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0)); in HasBuiltinFunctionId()41 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0)); in GetBuiltinFunctionId()132 HeapObjectMatcher m(dominator->InputAt(1)); in GetMapWitness()
1027 HeapObjectMatcher m(input); in ReduceJSToNumberInput()1193 HeapObjectMatcher mbase(base); in ReduceJSLoadProperty()1242 HeapObjectMatcher mbase(base); in ReduceJSStoreProperty()
3963 Handle<HeapObject> object = HeapObjectMatcher(input).Value(); in TryFastToBoolean()3989 Handle<HeapObject> object = HeapObjectMatcher(input).Value(); in TryFastToName()