Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.h272 bool TryLookupCachedProperty();
Dlookup.cc918 bool LookupIterator::TryLookupCachedProperty() { in TryLookupCachedProperty() function in v8::internal::LookupIterator
Dobjects.cc1404 if (it->TryLookupCachedProperty()) { in GetPropertyWithAccessor()
/external/v8/src/compiler/
Djs-native-context-specialization.cc326 it.TryLookupCachedProperty(); in ReduceGlobalAccess()
/external/v8/src/ic/
Dic.cc1473 if (lookup->TryLookupCachedProperty()) { in CompileHandler()
/external/v8/src/crankshaft/
Dhydrogen.cc5284 it.TryLookupCachedProperty(); in VisitVariableProxy()