Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dic.h119 bool IsGlobalIC() const { return IsLoadGlobalIC() || IsStoreGlobalIC(); } in IsGlobalIC() function in v8::internal::IC
H A Dic.cc246 if (IsGlobalIC()) return true; in ShouldRecomputeHandler()
383 if (IsGlobalIC()) { in ConfigureVectorState()
396 DCHECK(!IsGlobalIC()); in ConfigureVectorState()
407 DCHECK(!IsGlobalIC()); in ConfigureVectorState()
782 if (IsGlobalIC()) { in SetCache()
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h289 DEFINE_SLOT_KIND_PREDICATE(IsGlobalIC)

Completed in 7 milliseconds