Searched refs:IsGlobalIC (Results 1 – 3 of 3) sorted by relevance
130 bool IsGlobalIC() const { return IsLoadGlobalIC() || IsStoreGlobalIC(); } in IsGlobalIC() function
249 if (IsGlobalIC()) return true; in ShouldRecomputeHandler()398 if (IsGlobalIC()) { in ConfigureVectorState()413 DCHECK(!IsGlobalIC()); in ConfigureVectorState()653 if (IsGlobalIC()) { in PatchCache()
235 DEFINE_SLOT_KIND_PREDICATE(IsGlobalIC) in DEFINE_SLOT_KIND_PREDICATE() argument