Home
last modified time | relevance | path

Searched refs:LoadIsMegamorphicWithTypeInfo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtype-info.h243 bool LoadIsMegamorphicWithTypeInfo(Property* expr);
Dtype-info.cc106 bool TypeFeedbackOracle::LoadIsMegamorphicWithTypeInfo(Property* expr) { in LoadIsMegamorphicWithTypeInfo() function in v8::internal::TypeFeedbackOracle
Dast.cc425 } else if (oracle->LoadIsMegamorphicWithTypeInfo(this)) { in RecordTypeFeedback()