Searched refs:is_keyed_stub (Results 1 – 3 of 3) sorted by relevance
103 PrintF("[%s%s in ", new_target->is_keyed_stub() ? "Keyed" : "", type); in TraceIC()304 if (target()->is_keyed_stub()) { in IsNameCompatibleWithPrototypeFailure()651 if (target()->is_keyed_stub() && state() != PROTOTYPE_FAILURE) return false; in UpdatePolymorphicIC()688 if (number_of_valid_types > 1 && target()->is_keyed_stub()) return false; in UpdatePolymorphicIC()796 if (!target()->is_keyed_stub() || state() == PROTOTYPE_FAILURE) { in PatchCache()
4932 bool Code::is_keyed_stub() { in is_keyed_stub() function
5055 inline bool is_keyed_stub();