Searched refs:smi_case (Results 1 - 8 of 8) sorted by relevance
/external/v8/src/arm/ |
H A D | macro-assembler-arm.h | 1164 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
|
H A D | full-codegen-arm.cc | 1827 Label done, smi_case, stub_call; local 1841 patch_site.EmitJumpIfSmi(scratch1, &smi_case); 1849 __ bind(&smi_case);
|
H A D | macro-assembler-arm.cc | 2959 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 D | macro-assembler-mips.h | 1305 void UntagAndJumpIfSmi(Register dst, Register src, Label* smi_case);
|
H A D | full-codegen-mips.cc | 1842 Label done, smi_case, stub_call; local 1857 patch_site.EmitJumpIfSmi(scratch1, &smi_case); 1865 __ bind(&smi_case);
|
H A D | macro-assembler-mips.cc | 4722 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 D | full-codegen-ia32.cc | 1786 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 D | full-codegen-x64.cc | 1738 Label done, stub_call, smi_case; local 1743 patch_site.EmitJumpIfSmi(rax, &smi_case, Label::kNear); 1752 __ bind(&smi_case);
|
Completed in 147 milliseconds