Lines Matching refs:JumpIfNotSmi
502 __ JumpIfNotSmi(input, fail); in CompareICStub_CheckInputType() local
531 __ JumpIfNotSmi(r2, ¬_two_smis); in GenerateGeneric() local
549 __ JumpIfNotSmi(r2, ¬_smis); in GenerateGeneric() local
1466 __ JumpIfNotSmi(r1, &runtime); in Generate()
2088 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2145 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
2677 __ JumpIfNotSmi(r2, &miss); in GenerateSmis() local
2702 __ JumpIfNotSmi(r1, &miss); in GenerateNumbers() local
2705 __ JumpIfNotSmi(r0, &miss); in GenerateNumbers() local
5009 __ JumpIfNotSmi(value, &value_is_heap_object); in Generate() local
5010 __ JumpIfNotSmi(cell_value, &slow_case); in Generate() local