Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.h205 bool TryLookupCachedProperty();
Dlookup.cc1155 bool LookupIterator::TryLookupCachedProperty() { in TryLookupCachedProperty() function in v8::internal::LookupIterator
Dobjects.cc1583 if (it->TryLookupCachedProperty()) { in GetPropertyWithAccessor()
/external/v8/src/ic/
Dic.cc697 if (lookup->TryLookupCachedProperty()) { in UpdateCaches()
819 if (lookup->TryLookupCachedProperty()) { in ComputeHandler()
/external/v8/src/compiler/
Djs-native-context-specialization.cc564 it.TryLookupCachedProperty(); in ReduceGlobalAccess()