Searched refs:CanInlinePropertyAccess (Results 1 – 2 of 2) sorted by relevance
33 bool CanInlinePropertyAccess(Handle<Map> map) { in CanInlinePropertyAccess() function264 if (!CanInlinePropertyAccess(map)) return false; in ComputePropertyAccessInfo()422 } while (CanInlinePropertyAccess(map)); in ComputePropertyAccessInfo()
5406 static bool CanInlinePropertyAccess(Handle<Map> map) { in CanInlinePropertyAccess() function5825 if (!CanInlinePropertyAccess(map_)) return false; in IsCompatible()5982 if (!CanInlinePropertyAccess(map)) { in LookupInPrototypes()6003 if (!CanInlinePropertyAccess(map_)) return false; in CanAccessMonomorphic()6376 return monomorphic && CanInlinePropertyAccess(maps->first()); in ComputeReceiverTypes()