Searched defs:inner_push_loop (Results 1 - 9 of 9) sorted by relevance
/external/v8/src/arm/ |
H A D | deoptimizer-arm.cc | 236 Label outer_push_loop, inner_push_loop, local 249 __ bind(&inner_push_loop); 256 __ b(ne, &inner_push_loop); // test for gt?
|
/external/v8/src/arm64/ |
H A D | deoptimizer-arm64.cc | 217 Label outer_push_loop, inner_push_loop, local 230 __ Bind(&inner_push_loop); 236 __ Cbnz(x3, &inner_push_loop);
|
/external/v8/src/mips/ |
H A D | deoptimizer-mips.cc | 243 Label outer_push_loop, inner_push_loop, local 256 __ bind(&inner_push_loop); 262 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg));
|
/external/v8/src/mips64/ |
H A D | deoptimizer-mips64.cc | 242 Label outer_push_loop, inner_push_loop, local 255 __ bind(&inner_push_loop); 261 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg));
|
/external/v8/src/ppc/ |
H A D | deoptimizer-ppc.cc | 242 Label outer_push_loop, inner_push_loop, outer_loop_header, inner_loop_header; local 257 __ bind(&inner_push_loop); 265 __ bne(&inner_push_loop); // test for gt?
|
/external/v8/src/s390/ |
H A D | deoptimizer-s390.cc | 240 Label outer_push_loop, inner_push_loop, outer_loop_header, inner_loop_header; local 255 __ bind(&inner_push_loop); 263 __ bne(&inner_push_loop); // test for gt?
|
/external/v8/src/x64/ |
H A D | deoptimizer-x64.cc | 236 Label outer_push_loop, inner_push_loop, local 249 __ bind(&inner_push_loop); 254 __ j(not_zero, &inner_push_loop);
|
/external/v8/src/ia32/ |
H A D | deoptimizer-ia32.cc | 307 Label outer_push_loop, inner_push_loop, local 320 __ bind(&inner_push_loop); 325 __ j(not_zero, &inner_push_loop);
|
/external/v8/src/x87/ |
H A D | deoptimizer-x87.cc | 332 Label outer_push_loop, inner_push_loop, local 345 __ bind(&inner_push_loop); 350 __ j(not_zero, &inner_push_loop);
|
Completed in 160 milliseconds