Lines Matching refs:HeapConstant
735 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in CollectCallableFeedback()
745 HeapConstant(FeedbackVector::UninitializedSentinel(isolate()))); in CollectCallableFeedback()
809 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in CollectCallableFeedback()
850 Node* code_target = HeapConstant(callable.code()); in CallJSAndDispatch()
869 Node* code_target = HeapConstant(callable.code()); in CallJSAndDispatch()
909 Node* code_target = HeapConstant(callable.code()); in CallJSWithSpreadAndDispatch()
947 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in Construct()
1060 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in Construct()
1075 Node* code_target = HeapConstant(callable.code()); in Construct()
1088 Node* code_target = HeapConstant(callable.code()); in Construct()
1126 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in ConstructWithSpread()
1201 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in ConstructWithSpread()
1213 Node* code_target = HeapConstant(callable.code()); in ConstructWithSpread()
1225 Node* code_target = HeapConstant(callable.code()); in CallRuntimeN()