Lines Matching defs:target
188 // | new-target |
190 // | call-target |
202 // | call-target | v
278 Label target;
280 __ Bl(&target);
283 __ Bind(&target);
305 // | argv[1]=new-target |
307 // | argv[0]=call-target |
361 // | argv[1]=new-target |
363 // | argv[0]=call-target |
416 // | new-target |
418 // | call-target |
430 // | call-target | v
660 // | new-target |
662 // | call-target |
693 // Notice: no argc and new-target params compared with not-fast aot call because these params are not needed
702 // %X1 - call-target
848 Label target;
850 __ Bl(&target);
860 __ Bind(&target);
1183 // %x2 - call-target
1184 // %x3 - new-target
1226 // %x2 - call-target
1227 // %x3 - new-target
1249 // | call-target | v
1301 // %x2 - call-target
1302 // %x3 - new-target
1441 Label target;
1449 __ Bl(&target);
1452 __ Bind(&target);