Searched refs:StoreIsMegamorphicWithTypeInfo (Results 1 – 3 of 3) sorted by relevance
245 bool StoreIsMegamorphicWithTypeInfo(Expression* expr);
445 } else if (oracle->StoreIsMegamorphicWithTypeInfo(this)) { in RecordTypeFeedback()458 } else if (oracle->StoreIsMegamorphicWithTypeInfo(this)) { in RecordTypeFeedback()
138 bool TypeFeedbackOracle::StoreIsMegamorphicWithTypeInfo(Expression* expr) { in StoreIsMegamorphicWithTypeInfo() function in v8::internal::TypeFeedbackOracle