Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc103 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()
/external/v8/src/
Dobjects-inl.h4932 bool Code::is_keyed_stub() { in is_keyed_stub() function
Dobjects.h5055 inline bool is_keyed_stub();