Searched refs:outer_push_loop (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 257 Label outer_push_loop, inner_push_loop, in Generate() local 265 __ bind(&outer_push_loop); in Generate() 279 __ j(below, &outer_push_loop); in Generate()
|
/external/v8/src/arm64/ |
D | deoptimizer-arm64.cc | 237 Label outer_push_loop, inner_push_loop, in Generate() local 244 __ Bind(&outer_push_loop); in Generate() 261 __ B(lt, &outer_push_loop); in Generate()
|
/external/v8/src/ppc/ |
D | deoptimizer-ppc.cc | 268 Label outer_push_loop, inner_push_loop, outer_loop_header, inner_loop_header; in Generate() local 277 __ bind(&outer_push_loop); in Generate() 296 __ blt(&outer_push_loop); in Generate()
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 261 Label outer_push_loop, inner_push_loop, in Generate() local 269 __ bind(&outer_push_loop); in Generate() 285 __ b(lt, &outer_push_loop); in Generate()
|
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 270 Label outer_push_loop, inner_push_loop, in Generate() local 279 __ bind(&outer_push_loop); in Generate() 294 __ BranchShort(&outer_push_loop, lt, a4, Operand(a1)); in Generate()
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 265 Label outer_push_loop, inner_push_loop, in Generate() local 274 __ bind(&outer_push_loop); in Generate() 289 __ BranchShort(&outer_push_loop, lt, t0, Operand(a1)); in Generate()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 350 Label outer_push_loop, inner_push_loop, in Generate() local 358 __ bind(&outer_push_loop); in Generate() 372 __ j(below, &outer_push_loop); in Generate()
|
/external/v8/src/x87/ |
D | deoptimizer-x87.cc | 376 Label outer_push_loop, inner_push_loop, in Generate() local 384 __ bind(&outer_push_loop); in Generate() 398 __ j(below, &outer_push_loop); in Generate()
|