Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.h245 bool StoreIsMegamorphicWithTypeInfo(Expression* expr);
Dast.cc445 } else if (oracle->StoreIsMegamorphicWithTypeInfo(this)) { in RecordTypeFeedback()
458 } else if (oracle->StoreIsMegamorphicWithTypeInfo(this)) { in RecordTypeFeedback()
Dtype-info.cc138 bool TypeFeedbackOracle::StoreIsMegamorphicWithTypeInfo(Expression* expr) { in StoreIsMegamorphicWithTypeInfo() function in v8::internal::TypeFeedbackOracle