Home
last modified time | relevance | path

Searched refs:MegamorphicSentinel (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dfeedback-vector.cc514 MaybeObject::FromObject(*FeedbackVector::MegamorphicSentinel(isolate)); in ConfigureMegamorphic()
529 MaybeObject::FromObject(*FeedbackVector::MegamorphicSentinel(isolate)); in ConfigureMegamorphic()
583 *FeedbackVector::MegamorphicSentinel(isolate))) { in StateFromFeedback()
613 *FeedbackVector::MegamorphicSentinel(isolate))) { in StateFromFeedback()
660 *FeedbackVector::MegamorphicSentinel(isolate))) { in StateFromFeedback()
690 *FeedbackVector::MegamorphicSentinel(isolate))) { in StateFromFeedback()
793 *FeedbackVector::MegamorphicSentinel(isolate)); in ConfigureCloneObject()
1117 *FeedbackVector::MegamorphicSentinel(GetIsolate()))) { in GetKeyType()
Dfeedback-vector-inl.h254 *FeedbackVector::MegamorphicSentinel(GetIsolate())); in ComputeCounts()
363 Handle<Symbol> FeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
Dfeedback-vector.h273 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
/external/v8/src/interpreter/
Dinterpreter-assembler.cc735 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in CollectCallableFeedback()
809 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in CollectCallableFeedback()
947 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in Construct()
1060 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in Construct()
1126 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in ConstructWithSpread()
1201 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in ConstructWithSpread()