Searched refs:IsMegamorphic (Results 1 – 8 of 8) sorted by relevance
108 if (IsMegamorphic(feedback)) return;187 if (IsMegamorphic(feedback)) return;247 if (IsMegamorphic(feedback)) goto ConstructGeneric;
45 macro IsMegamorphic(feedback: MaybeObject): bool {
564 // The "ic::IsMegamorphic(value)" case doesn't need to do anything.
80 bool IsMegamorphic() const;
303 bool GlobalAccessFeedback::IsMegamorphic() const { in IsMegamorphic() function in v8::internal::compiler::GlobalAccessFeedback
1004 DCHECK(feedback.IsMegamorphic()); in ReduceJSLoadGlobal()1035 DCHECK(feedback.IsMegamorphic()); in ReduceJSStoreGlobal()
736 bool IsMegamorphic() const { in IsMegamorphic() function
3266 if (!source->IsSmi() && !nexus.IsMegamorphic()) { in RUNTIME_FUNCTION()