/external/v8/src/mips/ |
code-stubs-mips.cc | 338 Label* both_loaded_as_doubles, 368 __ jmp(both_loaded_as_doubles); 390 // Fall through to both_loaded_as_doubles. 435 Label* both_loaded_as_doubles, 449 __ jmp(both_loaded_as_doubles); 548 Label not_smis, both_loaded_as_doubles; local 575 // 3) Fall through to both_loaded_as_doubles. 581 &both_loaded_as_doubles, &slow, strict()); 583 __ bind(&both_loaded_as_doubles); 653 &both_loaded_as_doubles, [all...] |
/external/v8/src/mips64/ |
code-stubs-mips64.cc | 335 Label* both_loaded_as_doubles, 364 __ jmp(both_loaded_as_doubles); 386 // Fall through to both_loaded_as_doubles. 431 Label* both_loaded_as_doubles, 445 __ jmp(both_loaded_as_doubles); 544 Label not_smis, both_loaded_as_doubles; local 572 // 3) Fall through to both_loaded_as_doubles. 578 &both_loaded_as_doubles, &slow, strict()); 580 __ bind(&both_loaded_as_doubles); 650 &both_loaded_as_doubles, [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 361 // Fall through to both_loaded_as_doubles. 412 Label* both_loaded_as_doubles, 428 __ jmp(both_loaded_as_doubles); 527 Label not_smis, both_loaded_as_doubles, lhs_not_nan; local 553 // 3) Fall through to both_loaded_as_doubles. 560 __ bind(&both_loaded_as_doubles); 602 &both_loaded_as_doubles, [all...] |
/external/v8/src/ppc/ |
code-stubs-ppc.cc | 383 // Fall through to both_loaded_as_doubles. 431 Label* both_loaded_as_doubles, 446 __ b(both_loaded_as_doubles); 543 Label not_smis, both_loaded_as_doubles, lhs_not_nan; local 570 // 3) Fall through to both_loaded_as_doubles. 577 __ bind(&both_loaded_as_doubles); 632 EmitCheckForTwoHeapNumbers(masm, lhs, rhs, &both_loaded_as_doubles, [all...] |
/external/v8/src/s390/ |
code-stubs-s390.cc | 376 // Fall through to both_loaded_as_doubles. 422 Label* both_loaded_as_doubles, 437 __ b(both_loaded_as_doubles); 535 Label not_smis, both_loaded_as_doubles, lhs_not_nan; local 562 // 3) Fall through to both_loaded_as_doubles. 569 __ bind(&both_loaded_as_doubles); 615 EmitCheckForTwoHeapNumbers(masm, lhs, rhs, &both_loaded_as_doubles, [all...] |
/external/v8/src/arm64/ |
code-stubs-arm64.cc | 370 // Fall through to both_loaded_as_doubles. 463 Label not_smis, both_loaded_as_doubles; local 487 // 3) Fall through to both_loaded_as_doubles. 495 __ Bind(&both_loaded_as_doubles); 554 __ B(&both_loaded_as_doubles); [all...] |