Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfeedback-vector-inl.h330 Handle<Symbol> FeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
375 MaybeObject FeedbackNexus::MegamorphicSentinel() const { in MegamorphicSentinel() function
377 *FeedbackVector::MegamorphicSentinel(GetIsolate())); in MegamorphicSentinel()
Dfeedback-vector.cc642 MaybeObject sentinel = MegamorphicSentinel(); in ConfigureMegamorphic()
661 MaybeObject sentinel = MegamorphicSentinel(); in ConfigureMegamorphic()
718 if (feedback == MegamorphicSentinel()) { in ic_state()
749 if (feedback == MegamorphicSentinel()) { in ic_state()
799 } else if (feedback == MegamorphicSentinel()) { in ic_state()
825 if (feedback == MegamorphicSentinel()) { in ic_state()
930 MaybeObject sentinel = MegamorphicSentinel(); in ConfigureCloneObject()
1270 if (feedback == MegamorphicSentinel()) { in GetKeyType()
Dfeedback-vector.h321 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
862 inline MaybeObject MegamorphicSentinel() const;
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc873 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in ConstructWithSpread()
949 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in ConstructWithSpread()