Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h130 bool IsGlobalIC() const { return IsLoadGlobalIC() || IsStoreGlobalIC(); } in IsGlobalIC() function
Dic.cc249 if (IsGlobalIC()) return true; in ShouldRecomputeHandler()
398 if (IsGlobalIC()) { in ConfigureVectorState()
413 DCHECK(!IsGlobalIC()); in ConfigureVectorState()
653 if (IsGlobalIC()) { in PatchCache()
/external/v8/src/
Dfeedback-vector.h235 DEFINE_SLOT_KIND_PREDICATE(IsGlobalIC) in DEFINE_SLOT_KIND_PREDICATE() argument