Searched refs:CanInlinePropertyAccess (Results 1 – 2 of 2) sorted by relevance
32 bool CanInlinePropertyAccess(Handle<Map> map) { in CanInlinePropertyAccess() function230 if (!CanInlinePropertyAccess(map)) return false; in ComputePropertyAccessInfo()353 } while (CanInlinePropertyAccess(map)); in ComputePropertyAccessInfo()
5781 static bool CanInlinePropertyAccess(Handle<Map> map) { in CanInlinePropertyAccess() function6227 if (!CanInlinePropertyAccess(map_)) return false; in IsCompatible()6391 if (!CanInlinePropertyAccess(map)) { in LookupInPrototypes()6412 if (!CanInlinePropertyAccess(map_)) return false; in CanAccessMonomorphic()6760 return monomorphic && CanInlinePropertyAccess(maps->first()); in ComputeReceiverTypes()