Home
last modified time | relevance | path

Searched refs:IsMegamorphic (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dic-callable.tq108 if (IsMegamorphic(feedback)) return;
187 if (IsMegamorphic(feedback)) return;
247 if (IsMegamorphic(feedback)) goto ConstructGeneric;
Dic.tq45 macro IsMegamorphic(feedback: MaybeObject): bool {
Dwasm.tq564 // The "ic::IsMegamorphic(value)" case doesn't need to do anything.
/third_party/node/deps/v8/src/compiler/
Dprocessed-feedback.h80 bool IsMegamorphic() const;
Djs-heap-broker.cc303 bool GlobalAccessFeedback::IsMegamorphic() const { in IsMegamorphic() function in v8::internal::compiler::GlobalAccessFeedback
Djs-native-context-specialization.cc1004 DCHECK(feedback.IsMegamorphic()); in ReduceJSLoadGlobal()
1035 DCHECK(feedback.IsMegamorphic()); in ReduceJSStoreGlobal()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.h736 bool IsMegamorphic() const { in IsMegamorphic() function
/third_party/node/deps/v8/src/ic/
Dic.cc3266 if (!source->IsSmi() && !nexus.IsMegamorphic()) { in RUNTIME_FUNCTION()