Searched refs:smi_case (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dmacro-assembler-arm.h1164 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
H A Dfull-codegen-arm.cc1827 Label done, smi_case, stub_call; local
1841 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1849 __ bind(&smi_case);
H A Dmacro-assembler-arm.cc2959 Register dst, Register src, Label* smi_case) {
2962 b(cc, smi_case); // Shifter carry is not set for a smi.
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1305 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
H A Dfull-codegen-mips.cc1842 Label done, smi_case, stub_call; local
1857 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1865 __ bind(&smi_case);
H A Dmacro-assembler-mips.cc4722 Label* smi_case) {
4723 JumpIfSmi(src, smi_case, at, USE_DELAY_SLOT);
4720 UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case) argument
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1786 Label smi_case, done, stub_call; local
1791 patch_site.EmitJumpIfSmi(eax, &smi_case, Label::kNear);
1801 __ bind(&smi_case);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1738 Label done, stub_call, smi_case; local
1743 patch_site.EmitJumpIfSmi(rax, &smi_case, Label::kNear);
1752 __ bind(&smi_case);

Completed in 147 milliseconds