Home
last modified time | relevance | path

Searched refs:both_loaded_as_doubles (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dcode-stubs-mips64.cc435 Label* both_loaded_as_doubles, in EmitSmiNonsmiComparison() argument
464 __ jmp(both_loaded_as_doubles); in EmitSmiNonsmiComparison()
531 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument
545 __ jmp(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers()
624 Label not_smis, both_loaded_as_doubles; in GenerateGeneric() local
658 &both_loaded_as_doubles, &slow, strict()); in GenerateGeneric()
660 __ bind(&both_loaded_as_doubles); in GenerateGeneric()
730 &both_loaded_as_doubles, in GenerateGeneric()
/external/v8/src/mips/
Dcode-stubs-mips.cc440 Label* both_loaded_as_doubles, in EmitSmiNonsmiComparison() argument
470 __ jmp(both_loaded_as_doubles); in EmitSmiNonsmiComparison()
537 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument
551 __ jmp(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers()
630 Label not_smis, both_loaded_as_doubles; in GenerateGeneric() local
663 &both_loaded_as_doubles, &slow, strict()); in GenerateGeneric()
665 __ bind(&both_loaded_as_doubles); in GenerateGeneric()
735 &both_loaded_as_doubles, in GenerateGeneric()
/external/v8/src/arm/
Dcode-stubs-arm.cc504 Label* both_loaded_as_doubles, in EmitCheckForTwoHeapNumbers() argument
520 __ jmp(both_loaded_as_doubles); in EmitCheckForTwoHeapNumbers()
599 Label not_smis, both_loaded_as_doubles, lhs_not_nan; in GenerateGeneric() local
633 __ bind(&both_loaded_as_doubles); in GenerateGeneric()
677 &both_loaded_as_doubles, in GenerateGeneric()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc497 Label not_smis, both_loaded_as_doubles; in GenerateGeneric() local
529 __ Bind(&both_loaded_as_doubles); in GenerateGeneric()
588 __ B(&both_loaded_as_doubles); in GenerateGeneric()