Lines Matching refs:JumpIfNotSmi
511 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
539 __ JumpIfNotSmi(r4, ¬_two_smis); in GenerateGeneric() local
558 __ JumpIfNotSmi(r4, ¬_smis); in GenerateGeneric() local
1529 __ JumpIfNotSmi(r3, &runtime); in Generate()
2164 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2214 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
2332 __ JumpIfNotSmi(r4, &runtime); in Generate() local
2333 __ JumpIfNotSmi(r5, &runtime); in Generate() local
2756 __ JumpIfNotSmi(r4, &miss); in GenerateSmis() local
2783 __ JumpIfNotSmi(r3, &miss); in GenerateNumbers() local
2786 __ JumpIfNotSmi(r2, &miss); in GenerateNumbers() local
5129 __ JumpIfNotSmi(value, &value_is_heap_object); in Generate() local
5130 __ JumpIfNotSmi(cell_value, &slow_case); in Generate() local