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

/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1867 Label done, smi_case, stub_call; local
1881 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1889 __ bind(&smi_case);
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1779 Label smi_case, done, stub_call; local
1784 patch_site.EmitJumpIfSmi(eax, &smi_case, Label::kNear);
1794 __ bind(&smi_case);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1848 Label done, smi_case, stub_call; local
1862 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1870 __ bind(&smi_case);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc1805 Label done, smi_case, stub_call; local
1820 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1828 __ bind(&smi_case);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc1806 Label done, stub_call, smi_case; local
1811 patch_site.EmitJumpIfSmi(rax, &smi_case, Label::kNear);
1820 __ bind(&smi_case);
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc1771 Label smi_case, done, stub_call; local
1776 patch_site.EmitJumpIfSmi(eax, &smi_case, Label::kNear);
1786 __ bind(&smi_case);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1877 Label done, smi_case, stub_call; local
1892 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1900 __ bind(&smi_case);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1878 Label done, smi_case, stub_call; local
1893 patch_site.EmitJumpIfSmi(scratch1, &smi_case);
1901 __ bind(&smi_case);
/external/v8/src/arm/
H A Dmacro-assembler-arm.h1288 void UntagAndJumpIfSmi(Register dst, Register src, Label* 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.
2958 UntagAndJumpIfSmi( Register dst, Register src, Label* smi_case) argument
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h1310 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
H A Dmacro-assembler-ppc.cc2836 Label* smi_case) {
2840 beq(smi_case, cr0);
2835 UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1558 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
H A Dmacro-assembler-mips.cc5953 Label* smi_case) {
5954 JumpIfSmi(src, smi_case, at, USE_DELAY_SLOT);
5951 UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case) argument
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1707 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
H A Dmacro-assembler-mips64.cc6364 Label* smi_case) {
6366 JumpIfSmi(src, smi_case, at, USE_DELAY_SLOT);
6362 UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case) argument
/external/v8/src/s390/
H A Dmacro-assembler-s390.h1577 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
H A Dmacro-assembler-s390.cc2585 Label* smi_case) {
2592 beq(smi_case);
2584 UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case) argument

Completed in 324 milliseconds