Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:CanInlinePropertyAccess

5369 static bool CanInlinePropertyAccess(Handle<Map> map) {
5840 if (!CanInlinePropertyAccess(map_)) return false;
5997 if (!CanInlinePropertyAccess(map)) {
6018 if (!CanInlinePropertyAccess(map_)) return false;
6390 return monomorphic && CanInlinePropertyAccess(maps->first());