Lines Matching refs:JumpIfNotSmi
205 __ JumpIfNotSmi(rax, &load_nonsmi_rax); in LoadSSE2UnknownOperands() local
251 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local
261 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local
679 __ JumpIfNotSmi(rbx, &runtime); in Generate()
962 __ JumpIfNotSmi(input, fail); in CheckInputType() local
1991 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
2044 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
2072 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local
2650 __ JumpIfNotSmi(rdx, &miss); in GenerateNumbers() local
2653 __ JumpIfNotSmi(rax, &miss); in GenerateNumbers() local
4922 __ JumpIfNotSmi(value_reg, &value_is_heap_object, Label::kNear); in Generate() local
4923 __ JumpIfNotSmi(cell_value_reg, &slow_case, Label::kNear); in Generate() local