Home
last modified time | relevance | path

Searched refs:HeapObjectMatcher (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-properties.cc329 HeapObjectMatcher mtarget(GetValueInput(receiver, 0)); in GetJSCreateMap()
330 HeapObjectMatcher mnewtarget(GetValueInput(receiver, 1)); in GetJSCreateMap()
374 HeapObjectMatcher m(receiver); in InferMapsUnsafe()
445 HeapObjectMatcher m2(value); in InferMapsUnsafe()
538 HeapObjectRef value = HeapObjectMatcher(receiver).Ref(broker); in CanBePrimitive()
568 HeapObjectRef value = HeapObjectMatcher(receiver).Ref(broker); in CanBeNullOrUndefined()
Dsimplified-operator-reducer.cc52 HeapObjectMatcher m(node->InputAt(0)); in Reduce()
66 HeapObjectMatcher m(node->InputAt(0)); in Reduce()
168 HeapObjectMatcher m(node->InputAt(0)); in Reduce()
Dproperty-access-builder.cc87 HeapObjectMatcher m(object); in BuildCheckMaps()
114 HeapObjectMatcher m(receiver); in BuildCheckValue()
194 HeapObjectMatcher m(lookup_start_object); in TryFoldLoadConstantDataField()
Dnode-matchers.h253 using HeapObjectMatcher = HeapObjectMatcherImpl<IrOpcode::kHeapConstant>; variable
351 BinopMatcher<HeapObjectMatcher, HeapObjectMatcher>;
Djs-native-context-specialization.cc134 HeapObjectMatcher matcher(node); in GetMaxStringLength()
155 HeapObjectMatcher matcher(input); in ReduceJSToString()
189 HeapObjectMatcher matcher(node); in CreateDelayedStringConstant()
208 HeapObjectMatcher matcher(node); in IsStringConstant()
362 HeapObjectMatcher m(constructor); in ReduceJSGetSuperConstructor()
396 HeapObjectMatcher m(constructor); in ReduceJSInstanceOf()
593 HeapObjectMatcher m(prototype); in ReduceJSHasInPrototypeChain()
615 HeapObjectMatcher m(constructor); in ReduceJSOrdinaryHasInstance()
671 HeapObjectMatcher m(constructor); in ReduceJSPromiseResolve()
1403 HeapObjectMatcher m(receiver); in ReduceJSLoadNamed()
[all …]
Djs-inlining-heuristic.cc96 HeapObjectMatcher m(callee); in CollectFunctions()
113 HeapObjectMatcher m2(callee->InputAt(n)); in CollectFunctions()
Djs-inlining.cc298 HeapObjectMatcher match(target); in DetermineCallTarget()
353 HeapObjectMatcher match(target); in DetermineCallContext()
Dtyped-optimization.cc559 HeapObjectMatcher m(input); in ReduceStringLength()
814 HeapObjectMatcher m(input); in ReduceJSToNumberInput()
Djs-intrinsic-lowering.cc326 HeapObjectMatcher m(NodeProperties::GetValueInput(node, 0)); in ReduceToString()
Dcommon-operator-reducer.cc82 HeapObjectMatcher m(unwrapped); in DecideCondition()
Djs-call-reducer.cc2831 HeapObjectMatcher m(target); in ReduceFunctionPrototypeCall()
3967 HeapObjectMatcher m(node); in ShouldUseCallICFeedback()
4350 HeapObjectMatcher m(target); in ReduceJSCall()
4958 HeapObjectMatcher m(target); in TargetIsClassConstructor()
5057 !HeapObjectMatcher(new_target).HasResolvedValue() && in ReduceJSConstruct()
5081 HeapObjectMatcher m(target); in ReduceJSConstruct()
5135 HeapObjectMatcher mnew_target(new_target); in ReduceJSConstruct()
6090 !HeapObjectMatcher(end).Is(factory()->undefined_value())) { in ReduceArrayPrototypeSlice()
6528 HeapObjectMatcher search_element_matcher(search_element); in ReduceStringPrototypeStartsWith()
6709 HeapObjectMatcher m(n.ArgumentOrUndefined(1, jsgraph())); in ReduceStringPrototypeLocaleCompare()
[all …]
Drepresentation-change.cc1029 HeapObjectMatcher m(node); in GetBitRepresentationFor()
1120 HeapObjectMatcher m(node); in GetWord64RepresentationFor()
Dcode-assembler.cc398 compiler::HeapObjectMatcher m(node); in IsUndefinedConstant()
403 compiler::HeapObjectMatcher m(node); in IsNullConstant()
Djs-create-lowering.cc123 HeapObjectMatcher(new_target).Ref(broker()).AsJSFunction(); in ReduceJSCreate()
640 HeapObjectMatcher(new_target).Ref(broker()).AsJSFunction(); in ReduceJSCreateArray()
Djs-operator.cc49 HeapObjectMatcher m(feedback_cell()); in GetFeedbackCellRefChecked()
Djs-typed-lowering.cc998 HeapObjectMatcher m(input); in ReduceJSToNumberInput()