Home | History | Annotate | Download | only in arm64

Lines Matching full:map_ok

5200     Label unexpected_map, map_ok;
5206 __ JumpIfObjectType(x10, x10, x11, MAP_TYPE, &map_ok);
5209 __ Bind(&map_ok);
5310 Label unexpected_map, map_ok;
5316 __ JumpIfObjectType(x10, x10, x11, MAP_TYPE, &map_ok);
5319 __ Bind(&map_ok);