Home
last modified time | relevance | path

Searched refs:CanInlinePropertyAccess (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Daccess-info.cc33 bool CanInlinePropertyAccess(Handle<Map> map) { in CanInlinePropertyAccess() function
270 if (!CanInlinePropertyAccess(map)) return false; in ComputePropertyAccessInfo()
450 } while (CanInlinePropertyAccess(map)); in ComputePropertyAccessInfo()
/external/v8/src/crankshaft/
Dhydrogen.cc5369 static bool CanInlinePropertyAccess(Handle<Map> map) { in CanInlinePropertyAccess() function
5840 if (!CanInlinePropertyAccess(map_)) return false; in IsCompatible()
5997 if (!CanInlinePropertyAccess(map)) { in LookupInPrototypes()
6018 if (!CanInlinePropertyAccess(map_)) return false; in CanAccessMonomorphic()
6390 return monomorphic && CanInlinePropertyAccess(maps->first()); in ComputeReceiverTypes()