Lines Matching refs:JumpIfNotSmi
518 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
547 __ JumpIfNotSmi(r5, ¬_two_smis); in GenerateGeneric() local
566 __ JumpIfNotSmi(r5, ¬_smis); in GenerateGeneric() local
1528 __ JumpIfNotSmi(r4, &runtime); in Generate()
2163 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2214 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
2336 __ JumpIfNotSmi(r5, &runtime); in Generate() local
2337 __ JumpIfNotSmi(r6, &runtime); in Generate() local
2770 __ JumpIfNotSmi(r5, &miss); in GenerateSmis() local
2798 __ JumpIfNotSmi(r4, &miss); in GenerateNumbers() local
2801 __ JumpIfNotSmi(r3, &miss); in GenerateNumbers() local
5210 __ JumpIfNotSmi(value, &value_is_heap_object); in Generate() local
5211 __ JumpIfNotSmi(cell_value, &slow_case); in Generate() local