/external/v8/src/ic/x87/ |
D | ic-x87.cc | 278 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 413 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 535 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 278 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 413 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 535 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 371 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 512 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 639 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 290 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 415 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 536 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 374 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 502 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 634 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 377 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 505 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 634 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 561 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local 590 __ JumpIfNotSmi(a2, ¬_two_smis); in GenerateGeneric() local 610 __ JumpIfNotSmi(a6, ¬_smis, a4); in GenerateGeneric() local 1571 __ JumpIfNotSmi(a1, &slow); in GenerateReadElement() local 2635 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2874 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 2901 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local 3004 __ JumpIfNotSmi(a2, &runtime); in Generate() local 3005 __ JumpIfNotSmi(a3, &runtime); in Generate() local 3205 __ JumpIfNotSmi(a0, ¬_smi); in Generate() local [all …]
|
D | codegen-mips64.cc | 809 __ JumpIfNotSmi(scratch2, &convert_hole); in GenerateSmiToDouble() local
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 380 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 523 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateMegamorphicHelper() local 652 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 562 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local 591 __ JumpIfNotSmi(r5, ¬_two_smis); in GenerateGeneric() local 610 __ JumpIfNotSmi(r5, ¬_smis); in GenerateGeneric() local 1551 __ JumpIfNotSmi(r4, &slow); in GenerateReadElement() local 2780 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2837 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 2959 __ JumpIfNotSmi(r5, &runtime); in Generate() local 2960 __ JumpIfNotSmi(r6, &runtime); in Generate() local 3162 __ JumpIfNotSmi(r3, ¬_smi); in Generate() local 3200 __ JumpIfNotSmi(r3, ¬_smi); in Generate() local [all …]
|
D | macro-assembler-ppc.h | 1281 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() function
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 421 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local 432 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local 745 __ JumpIfNotSmi(edx, &slow, Label::kNear); in GenerateReadElement() local 1630 __ JumpIfNotSmi(input, fail); in CheckInputType() local 1668 __ JumpIfNotSmi(ecx, &non_smi, Label::kNear); in GenerateGeneric() local 2649 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2709 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 2832 __ JumpIfNotSmi(ecx, &runtime); in Generate() local 2834 __ JumpIfNotSmi(edx, &runtime); in Generate() local 3036 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); in Generate() local [all …]
|
D | codegen-ia32.cc | 636 __ JumpIfNotSmi(ebx, &convert_hole); in GenerateSmiToDouble() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 253 __ JumpIfNotSmi(rax, &load_nonsmi_rax); in LoadSSE2UnknownOperands() local 299 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local 309 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local 547 __ JumpIfNotSmi(rdx, &slow); in GenerateReadElement() local 1487 __ JumpIfNotSmi(input, fail); in CheckInputType() local 2598 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2657 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 2685 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local 2973 __ JumpIfNotSmi(rax, ¬_smi, Label::kNear); in Generate() local 3020 __ JumpIfNotSmi(rax, ¬_smi, Label::kNear); in Generate() local [all …]
|
D | codegen-x64.cc | 244 __ JumpIfNotSmi(rbx, &convert_hole); in GenerateSmiToDouble() local
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 565 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local 594 __ JumpIfNotSmi(a2, ¬_two_smis); in GenerateGeneric() local 613 __ JumpIfNotSmi(t2, ¬_smis, t0); in GenerateGeneric() local 1569 __ JumpIfNotSmi(a1, &slow); in GenerateReadElement() local 2771 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2835 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 3173 __ JumpIfNotSmi(a0, ¬_smi); in Generate() local 3216 __ JumpIfNotSmi(a0, ¬_smi); in Generate() local 3456 __ JumpIfNotSmi(a2, &miss); in GenerateSmis() local 3483 __ JumpIfNotSmi(a1, &miss); in GenerateNumbers() local [all …]
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 446 __ JumpIfNotSmi(edx, &slow, Label::kNear); in GenerateReadElement() local 1325 __ JumpIfNotSmi(input, fail); in CheckInputType() local 1363 __ JumpIfNotSmi(ecx, &non_smi, Label::kNear); in GenerateGeneric() local 2359 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2419 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 2542 __ JumpIfNotSmi(ecx, &runtime); in Generate() local 2544 __ JumpIfNotSmi(edx, &runtime); in Generate() local 2746 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); in Generate() local 2792 __ JumpIfNotSmi(eax, ¬_smi, Label::kNear); in Generate() local 3070 __ JumpIfNotSmi(ecx, &miss, Label::kNear); in GenerateSmis() local [all …]
|
D | codegen-x87.cc | 317 __ JumpIfNotSmi(ebx, &convert_hole); in GenerateSmiToDouble() local
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 546 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local 575 __ JumpIfNotSmi(r2, ¬_two_smis); in GenerateGeneric() local 593 __ JumpIfNotSmi(r2, ¬_smis); in GenerateGeneric() local 1474 __ JumpIfNotSmi(r1, &slow); in GenerateReadElement() local 2630 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 2693 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 3019 __ JumpIfNotSmi(r0, ¬_smi); in Generate() local 3057 __ JumpIfNotSmi(r0, ¬_smi); in Generate() local 3288 __ JumpIfNotSmi(r2, &miss); in GenerateSmis() local 3313 __ JumpIfNotSmi(r1, &miss); in GenerateNumbers() local [all …]
|
D | macro-assembler-arm.h | 1275 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() function
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 443 __ JumpIfNotSmi(key, &check_name); in GenerateMegamorphic() local 639 __ JumpIfNotSmi(key, &maybe_name_key); in GenerateMegamorphic() local
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 503 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local 1632 __ JumpIfNotSmi(key, &slow); in GenerateReadElement() local 3037 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local 3095 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local 3116 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local 3210 __ JumpIfNotSmi(lhs, &miss); in GenerateNumbers() local 3213 __ JumpIfNotSmi(rhs, &miss); in GenerateNumbers() local 3775 __ JumpIfNotSmi(x0, ¬_smi); in Generate() local 3818 __ JumpIfNotSmi(x0, ¬_smi); in Generate() local 5470 __ JumpIfNotSmi(value, &value_is_heap_object); in Generate() local [all …]
|
D | macro-assembler-arm64-inl.h | 1360 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1901 __ JumpIfNotSmi(function_reg, &is_not_smi); in CallKnownFunction() local 2199 __ JumpIfNotSmi(input, &is_not_smi); in DoClampTToUint8() local 3547 __ JumpIfNotSmi(input, deferred->entry()); in DoMathAbsTagged() local 5430 __ JumpIfNotSmi(input, deferred->entry()); in DoTaggedToI() local 5519 __ JumpIfNotSmi(value_register, &do_call); in DoTypeof() local
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 3463 __ JumpIfNotSmi(input_reg, deferred->entry()); in DoMathAbs() local 4868 __ JumpIfNotSmi(input_reg, deferred->entry()); in DoTaggedToI() local 5282 __ JumpIfNotSmi(value_register, &do_call); in DoTypeof() local
|