Searched refs:both_loaded_as_doubles (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 400 Label* both_loaded_as_doubles, in EmitSmiNonsmiComparison() argument 430 __ jmp(both_loaded_as_doubles); in EmitSmiNonsmiComparison() 497 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument 511 __ jmp(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers() 590 Label not_smis, both_loaded_as_doubles; in GenerateGeneric() local 623 &both_loaded_as_doubles, &slow, strict()); in GenerateGeneric() 625 __ bind(&both_loaded_as_doubles); in GenerateGeneric() 695 &both_loaded_as_doubles, in GenerateGeneric()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 397 Label* both_loaded_as_doubles, in EmitSmiNonsmiComparison() argument 426 __ jmp(both_loaded_as_doubles); in EmitSmiNonsmiComparison() 493 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument 507 __ jmp(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers() 586 Label not_smis, both_loaded_as_doubles; in GenerateGeneric() local 620 &both_loaded_as_doubles, &slow, strict()); in GenerateGeneric() 622 __ bind(&both_loaded_as_doubles); in GenerateGeneric() 692 &both_loaded_as_doubles, in GenerateGeneric()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 476 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument 492 __ jmp(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers() 571 Label not_smis, both_loaded_as_doubles, lhs_not_nan; in GenerateGeneric() local 605 __ bind(&both_loaded_as_doubles); in GenerateGeneric() 649 &both_loaded_as_doubles, in GenerateGeneric()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 495 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument 510 __ b(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers() 587 Label not_smis, both_loaded_as_doubles, lhs_not_nan; in GenerateGeneric() local 621 __ bind(&both_loaded_as_doubles); in GenerateGeneric() 676 EmitCheckForTwoHeapNumbers(masm, lhs, rhs, &both_loaded_as_doubles, in GenerateGeneric()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 525 Label not_smis, both_loaded_as_doubles; in GenerateGeneric() local 558 __ Bind(&both_loaded_as_doubles); in GenerateGeneric() 617 __ B(&both_loaded_as_doubles); in GenerateGeneric()
|