Home
last modified time | relevance | path

Searched refs:JumpIfNotSmi (Results 1 – 25 of 45) sorted by relevance

12

/external/v8/src/ia32/
Dcode-stubs-ia32.cc420 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local
431 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local
706 __ JumpIfNotSmi(edx, &slow, Label::kNear); in GenerateReadElement() local
1262 __ JumpIfNotSmi(ebx, &runtime); in Generate()
1530 __ JumpIfNotSmi(ebx, &runtime); in Generate()
1565 __ JumpIfNotSmi(input, fail); in CheckInputType() local
1603 __ JumpIfNotSmi(ecx, &non_smi, Label::kNear); in GenerateGeneric() local
2692 __ JumpIfNotSmi(object, &object_not_null_or_smi, Label::kNear); in Generate() local
2761 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2813 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
[all …]
Dmacro-assembler-ia32.h506 inline void JumpIfNotSmi(Register value,
/external/v8/src/x87/
Dcode-stubs-x87.cc386 __ JumpIfNotSmi(edx, &slow, Label::kNear); in GenerateReadElement() local
942 __ JumpIfNotSmi(ebx, &runtime); in Generate()
1204 __ JumpIfNotSmi(ebx, &runtime); in Generate()
1239 __ JumpIfNotSmi(input, fail); in CheckInputType() local
1277 __ JumpIfNotSmi(ecx, &non_smi, Label::kNear); in GenerateGeneric() local
2383 __ JumpIfNotSmi(object, &object_not_null_or_smi, Label::kNear); in Generate() local
2452 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2504 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
2628 __ JumpIfNotSmi(ecx, &runtime); in Generate() local
2630 __ JumpIfNotSmi(edx, &runtime); in Generate() local
[all …]
Dcodegen-x87.cc298 __ JumpIfNotSmi(ebx, &convert_hole); in GenerateSmiToDouble() local
Dmacro-assembler-x87.h478 inline void JumpIfNotSmi(Register value,
/external/v8/src/ic/ia32/
Dic-ia32.cc319 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
574 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateGenericHelper() local
696 __ JumpIfNotSmi(key, &slow); in GenerateGeneric() local
Dhandler-compiler-ia32.cc349 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
371 __ JumpIfNotSmi(value_reg, &heap_number); in GenerateStoreTransition() local
/external/v8/src/ic/x87/
Dic-x87.cc321 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
576 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateGenericHelper() local
698 __ JumpIfNotSmi(key, &slow); in GenerateGeneric() local
Dhandler-compiler-x87.cc349 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
371 __ JumpIfNotSmi(value_reg, &heap_number); in GenerateStoreTransition() local
/external/v8/src/ic/x64/
Dic-x64.cc266 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
469 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateGenericHelper() local
590 __ JumpIfNotSmi(key, &slow_with_tagged_index); in GenerateGeneric() local
Dhandler-compiler-x64.cc344 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
366 __ JumpIfNotSmi(value_reg, &heap_number); in GenerateStoreTransition() local
/external/v8/src/mips64/
Dcode-stubs-mips64.cc599 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
628 __ JumpIfNotSmi(a2, &not_two_smis); in GenerateGeneric() local
648 __ JumpIfNotSmi(a6, &not_smis, a4); in GenerateGeneric() local
1554 __ JumpIfNotSmi(object, &object_not_null_or_smi); in Generate() local
1607 __ JumpIfNotSmi(a1, &slow); in GenerateReadElement() local
2182 __ JumpIfNotSmi(a1, &runtime); in Generate()
2796 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
3000 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
3143 __ JumpIfNotSmi(a2, &runtime); in Generate() local
3144 __ JumpIfNotSmi(a3, &runtime); in Generate() local
[all …]
/external/v8/src/ic/arm64/
Dic-arm64.cc271 __ JumpIfNotSmi(key, slow_case); in GenerateMappedArgumentsLookup() local
606 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
823 __ JumpIfNotSmi(key, &slow); in GenerateGeneric() local
Dhandler-compiler-arm64.cc401 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
/external/v8/src/ic/mips64/
Dic-mips64.cc447 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
665 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateGenericHelper() local
801 __ JumpIfNotSmi(key, &slow); in GenerateGeneric() local
Dhandler-compiler-mips64.cc345 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
372 __ JumpIfNotSmi(value_reg, &heap_number); in GenerateStoreTransition() local
/external/v8/src/ic/arm/
Dic-arm.cc440 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
663 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateGenericHelper() local
793 __ JumpIfNotSmi(key, &slow); in GenerateGeneric() local
Dhandler-compiler-arm.cc352 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
377 __ JumpIfNotSmi(value_reg, &heap_number); in GenerateStoreTransition() local
/external/v8/src/ic/mips/
Dic-mips.cc449 __ JumpIfNotSmi(key, &check_name); in GenerateGeneric() local
659 __ JumpIfNotSmi(value, &non_smi_value); in KeyedStoreGenerateGenericHelper() local
792 __ JumpIfNotSmi(key, &slow); in GenerateGeneric() local
Dhandler-compiler-mips.cc345 __ JumpIfNotSmi(value_reg, miss_label); in GenerateStoreTransition() local
372 __ JumpIfNotSmi(value_reg, &heap_number); in GenerateStoreTransition() local
/external/v8/src/x64/
Dcode-stubs-x64.cc253 __ 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
543 __ JumpIfNotSmi(rdx, &slow); in GenerateReadElement() local
1141 __ JumpIfNotSmi(rbx, &runtime); in Generate()
1430 __ JumpIfNotSmi(input, fail); in CheckInputType() local
2724 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2775 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
2803 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local
3325 __ JumpIfNotSmi(rdx, &miss); in GenerateNumbers() local
[all …]
Dcodegen-x64.cc333 __ JumpIfNotSmi(rbx, &convert_hole); in GenerateSmiToDouble() local
/external/v8/src/mips/
Dcode-stubs-mips.cc605 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
634 __ JumpIfNotSmi(a2, &not_two_smis); in GenerateGeneric() local
653 __ JumpIfNotSmi(t2, &not_smis, t0); in GenerateGeneric() local
1555 __ JumpIfNotSmi(object, &object_not_null_or_smi); in Generate() local
1608 __ JumpIfNotSmi(a1, &slow); in GenerateReadElement() local
2181 __ JumpIfNotSmi(a1, &runtime); in Generate()
2911 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2966 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
3474 __ JumpIfNotSmi(a2, &miss); in GenerateSmis() local
3501 __ JumpIfNotSmi(a1, &miss); in GenerateNumbers() local
[all …]
/external/v8/src/arm/
Dcode-stubs-arm.cc574 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
603 __ JumpIfNotSmi(r2, &not_two_smis); in GenerateGeneric() local
621 __ JumpIfNotSmi(r2, &not_smis); in GenerateGeneric() local
1455 __ JumpIfNotSmi(object, &object_not_null_or_smi); in Generate() local
1516 __ JumpIfNotSmi(r1, &slow); in GenerateReadElement() local
2060 __ JumpIfNotSmi(r1, &runtime); in Generate()
2772 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2825 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
3315 __ JumpIfNotSmi(r2, &miss); in GenerateSmis() local
3340 __ JumpIfNotSmi(r1, &miss); in GenerateNumbers() local
[all …]
/external/v8/src/arm64/
Dcode-stubs-arm64.cc475 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
1578 __ JumpIfNotSmi(object, &object_not_null_or_smi); in Generate() local
1618 __ JumpIfNotSmi(key, &slow); in GenerateReadElement() local
2316 __ JumpIfNotSmi(x10, &runtime); in Generate()
3110 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
3158 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
3179 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local
3247 __ JumpIfNotSmi(lhs, &miss); in GenerateNumbers() local
3250 __ JumpIfNotSmi(rhs, &miss); in GenerateNumbers() local

12