Home
last modified time | relevance | path

Searched refs:IsKeyedLoadIC (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ic/
Dic.h51 return IsLoadIC() || IsLoadGlobalIC() || IsKeyedLoadIC(); in IsAnyLoad()
172 bool IsKeyedLoadIC() const { return IsKeyedLoadICKind(kind_); } in IsKeyedLoadIC() function
176 bool is_keyed() const { return IsKeyedLoadIC() || IsKeyedStoreIC(); } in is_keyed()
Dic.cc527 } else if (IsKeyedLoadIC()) { in ConfigureVectorState()
/external/v8/src/
Dfeedback-vector.h322 DEFINE_SLOT_KIND_PREDICATE(IsKeyedLoadIC) in DEFINE_SLOT_KIND_PREDICATE()
593 DCHECK(vector->IsKeyedLoadIC(slot)); in KeyedLoadICNexus()
597 DCHECK(vector->IsKeyedLoadIC(slot)); in KeyedLoadICNexus()
Dfeedback-vector.cc433 DCHECK(!vector()->IsKeyedLoadIC(slot())); in ConfigureMegamorphic()
/external/v8/src/crankshaft/
Dhydrogen.cc6889 DCHECK(vector->IsKeyedLoadIC(slot)); in BuildNamedGeneric()