Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dic.h53 return IsLoadIC() || IsLoadGlobalIC() || IsKeyedLoadIC(); in IsAnyLoad()
122 bool IsKeyedLoadIC() const { return IsKeyedLoadICKind(kind_); } in IsKeyedLoadIC() function in v8::internal::IC
133 return IsKeyedLoadIC() || IsKeyedStoreIC() || IsStoreInArrayLiteralIC() || in is_keyed()
H A Dic.cc127 } else if (IsKeyedLoadIC()) { in TraceIC()
1546 if (IsKeyedLoadIC()) { in RuntimeLoad()
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h292 DEFINE_SLOT_KIND_PREDICATE(IsKeyedLoadIC)

Completed in 8 milliseconds