HomeSort by relevance Sort by last modified time
    Searched refs:StoreIsMegamorphicWithTypeInfo (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
type-info.h 245 bool StoreIsMegamorphicWithTypeInfo(Expression* expr);
ast.cc 445 } else if (oracle->StoreIsMegamorphicWithTypeInfo(this)) {
458 } else if (oracle->StoreIsMegamorphicWithTypeInfo(this)) {
    [all...]
type-info.cc 138 bool TypeFeedbackOracle::StoreIsMegamorphicWithTypeInfo(Expression* expr) {

Completed in 172 milliseconds