Searched refs:IsKeyedLoadIC (Results 1 – 5 of 5) sorted by relevance
51 return IsLoadIC() || IsLoadGlobalIC() || IsKeyedLoadIC(); in IsAnyLoad()172 bool IsKeyedLoadIC() const { return IsKeyedLoadICKind(kind_); } in IsKeyedLoadIC() function176 bool is_keyed() const { return IsKeyedLoadIC() || IsKeyedStoreIC(); } in is_keyed()
527 } else if (IsKeyedLoadIC()) { in ConfigureVectorState()
322 DEFINE_SLOT_KIND_PREDICATE(IsKeyedLoadIC) in DEFINE_SLOT_KIND_PREDICATE()593 DCHECK(vector->IsKeyedLoadIC(slot)); in KeyedLoadICNexus()597 DCHECK(vector->IsKeyedLoadIC(slot)); in KeyedLoadICNexus()
433 DCHECK(!vector()->IsKeyedLoadIC(slot())); in ConfigureMegamorphic()
6889 DCHECK(vector->IsKeyedLoadIC(slot)); in BuildNamedGeneric()