Searched defs:not_smi (Results 1 - 12 of 12) sorted by relevance
/external/v8/src/x64/ |
H A D | builtins-x64.cc | 1400 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); local 1401 __ Check(not_smi, kUnexpectedInitialMapForInternalArrayFunction); 1430 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); local 1431 __ Check(not_smi, kUnexpectedInitialMapForArrayFunction);
|
H A D | code-stubs-x64.cc | 2972 Label not_smi; local 2973 __ JumpIfNotSmi(rax, ¬_smi, Label::kNear); 2975 __ bind(¬_smi); 3019 Label not_smi, positive_smi; local 3020 __ JumpIfNotSmi(rax, ¬_smi, Label::kNear); 3027 __ bind(¬_smi); 4719 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); local 4720 __ Check(not_smi, kUnexpectedInitialMapForArrayFunction); 4835 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); local 4836 __ Check(not_smi, kUnexpectedInitialMapForArrayFunctio [all...] |
/external/v8/src/arm/ |
H A D | code-stubs-arm.cc | 3018 Label not_smi; local 3019 __ JumpIfNotSmi(r0, ¬_smi); 3021 __ bind(¬_smi); 3056 Label not_smi; local 3057 __ JumpIfNotSmi(r0, ¬_smi); 3062 __ bind(¬_smi);
|
/external/v8/src/arm64/ |
H A D | code-stubs-arm64.cc | 3774 Label not_smi; local 3775 __ JumpIfNotSmi(x0, ¬_smi); 3777 __ Bind(¬_smi); 3817 Label not_smi; local 3818 __ JumpIfNotSmi(x0, ¬_smi); 3823 __ Bind(¬_smi);
|
H A D | macro-assembler-arm64.cc | 2246 Label not_smi; local 2247 JumpIfEitherSmi(first, second, NULL, ¬_smi); 2253 Bind(¬_smi);
|
/external/v8/src/ia32/ |
H A D | code-stubs-ia32.cc | 3035 Label not_smi; local 3036 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); 3038 __ bind(¬_smi); 3081 Label not_smi, positive_smi; local 3082 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); 3089 __ bind(¬_smi);
|
/external/v8/src/mips/ |
H A D | code-stubs-mips.cc | 3172 Label not_smi; local 3173 __ JumpIfNotSmi(a0, ¬_smi); 3176 __ bind(¬_smi); 3215 Label not_smi, positive_smi; local 3216 __ JumpIfNotSmi(a0, ¬_smi); 3223 __ bind(¬_smi);
|
H A D | macro-assembler-mips.cc | 4299 Label not_smi; local 4300 JumpIfNotSmi(object, ¬_smi); 4306 bind(¬_smi);
|
/external/v8/src/mips64/ |
H A D | code-stubs-mips64.cc | 3204 Label not_smi; local 3205 __ JumpIfNotSmi(a0, ¬_smi); 3208 __ bind(¬_smi); 3247 Label not_smi, positive_smi; local 3248 __ JumpIfNotSmi(a0, ¬_smi); 3255 __ bind(¬_smi);
|
H A D | macro-assembler-mips64.cc | 4717 Label not_smi; local 4718 JumpIfNotSmi(object, ¬_smi); 4725 bind(¬_smi);
|
/external/v8/src/ppc/ |
H A D | code-stubs-ppc.cc | 3161 Label not_smi; local 3162 __ JumpIfNotSmi(r3, ¬_smi); 3164 __ bind(¬_smi); 3199 Label not_smi; local 3200 __ JumpIfNotSmi(r3, ¬_smi); 3212 __ bind(¬_smi);
|
/external/v8/src/x87/ |
H A D | code-stubs-x87.cc | 2745 Label not_smi; local 2746 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); 2748 __ bind(¬_smi); 2791 Label not_smi, positive_smi; local 2792 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); 2799 __ bind(¬_smi);
|
Completed in 323 milliseconds