Searched defs:not_smi (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/x64/
H A Dbuiltins-x64.cc1400 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 Dcode-stubs-x64.cc2972 Label not_smi; local
2973 __ JumpIfNotSmi(rax, &not_smi, Label::kNear);
2975 __ bind(&not_smi);
3019 Label not_smi, positive_smi; local
3020 __ JumpIfNotSmi(rax, &not_smi, Label::kNear);
3027 __ bind(&not_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 Dcode-stubs-arm.cc3018 Label not_smi; local
3019 __ JumpIfNotSmi(r0, &not_smi);
3021 __ bind(&not_smi);
3056 Label not_smi; local
3057 __ JumpIfNotSmi(r0, &not_smi);
3062 __ bind(&not_smi);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3774 Label not_smi; local
3775 __ JumpIfNotSmi(x0, &not_smi);
3777 __ Bind(&not_smi);
3817 Label not_smi; local
3818 __ JumpIfNotSmi(x0, &not_smi);
3823 __ Bind(&not_smi);
H A Dmacro-assembler-arm64.cc2246 Label not_smi; local
2247 JumpIfEitherSmi(first, second, NULL, &not_smi);
2253 Bind(&not_smi);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3035 Label not_smi; local
3036 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
3038 __ bind(&not_smi);
3081 Label not_smi, positive_smi; local
3082 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
3089 __ bind(&not_smi);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3172 Label not_smi; local
3173 __ JumpIfNotSmi(a0, &not_smi);
3176 __ bind(&not_smi);
3215 Label not_smi, positive_smi; local
3216 __ JumpIfNotSmi(a0, &not_smi);
3223 __ bind(&not_smi);
H A Dmacro-assembler-mips.cc4299 Label not_smi; local
4300 JumpIfNotSmi(object, &not_smi);
4306 bind(&not_smi);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc3204 Label not_smi; local
3205 __ JumpIfNotSmi(a0, &not_smi);
3208 __ bind(&not_smi);
3247 Label not_smi, positive_smi; local
3248 __ JumpIfNotSmi(a0, &not_smi);
3255 __ bind(&not_smi);
H A Dmacro-assembler-mips64.cc4717 Label not_smi; local
4718 JumpIfNotSmi(object, &not_smi);
4725 bind(&not_smi);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc3161 Label not_smi; local
3162 __ JumpIfNotSmi(r3, &not_smi);
3164 __ bind(&not_smi);
3199 Label not_smi; local
3200 __ JumpIfNotSmi(r3, &not_smi);
3212 __ bind(&not_smi);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc2745 Label not_smi; local
2746 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
2748 __ bind(&not_smi);
2791 Label not_smi, positive_smi; local
2792 __ JumpIfNotSmi(eax, &not_smi, Label::kNear);
2799 __ bind(&not_smi);

Completed in 323 milliseconds