Lines Matching defs:target
103 // | new-target |
105 // | call-target |
117 // | call-target | v
222 Label target;
224 __ Callq(&target);
227 __ Bind(&target);
245 // | argv[1]=new-target |
247 // | argv[0]=call-target |
308 // | argv[1]=new-target |
310 // | argv[0]=call-target |
380 // | new-target |
382 // | call-target |
394 // | call-target | v
644 // | new-target |
646 // | call-target |
679 // Notice: no argc and new-target params compared with not-fast aot call because these params are not needed
688 // %rsi - call-target
809 Label target;
811 __ Callq(&target);
820 __ Bind(&target);
895 // get bound target
924 // get bound target
1207 // %rdx - call-target
1208 // %rcx - new-target
1247 // %rdx - call-target
1248 // %rcx - new-target
1270 // | call-target | v
1316 // %rdx - call-target
1317 // %rcx - new-target
1439 Label target;
1452 __ Callq(&target);
1455 __ Bind(&target);