Lines Matching defs:on_not_smi_result

1793                          Label* on_not_smi_result,
1801 masm->jmp(on_not_smi_result, near_jump);
1806 masm->j(overflow, on_not_smi_result, near_jump);
1814 Label* on_not_smi_result,
1816 DCHECK_NOT_NULL(on_not_smi_result);
1818 SmiAddHelper<Register>(this, dst, src1, src2, on_not_smi_result, near_jump);
1825 Label* on_not_smi_result,
1827 DCHECK_NOT_NULL(on_not_smi_result);
1829 SmiAddHelper<Operand>(this, dst, src1, src2, on_not_smi_result, near_jump);
1857 Label* on_not_smi_result,
1865 masm->jmp(on_not_smi_result, near_jump);
1870 masm->j(overflow, on_not_smi_result, near_jump);
1878 Label* on_not_smi_result,
1880 DCHECK_NOT_NULL(on_not_smi_result);
1882 SmiSubHelper<Register>(this, dst, src1, src2, on_not_smi_result, near_jump);
1889 Label* on_not_smi_result,
1891 DCHECK_NOT_NULL(on_not_smi_result);
1893 SmiSubHelper<Operand>(this, dst, src1, src2, on_not_smi_result, near_jump);
1928 Label* on_not_smi_result,
1955 jmp(on_not_smi_result, near_jump);
1964 j(overflow, on_not_smi_result, near_jump);
1974 j(negative, on_not_smi_result, near_jump);
1983 Label* on_not_smi_result,
1994 j(zero, on_not_smi_result, near_jump);
2014 jmp(on_not_smi_result, near_jump);
2016 j(negative, on_not_smi_result, near_jump);
2031 jmp(on_not_smi_result, near_jump);
2034 j(not_zero, on_not_smi_result, near_jump);
2046 Label* on_not_smi_result,
2057 j(zero, on_not_smi_result, near_jump);
2076 jmp(on_not_smi_result, near_jump);
2093 j(negative, on_not_smi_result, near_jump);
2202 Label* on_not_smi_result,
2219 JumpIfNotValidSmiValue(dst, on_not_smi_result, near_jump);
2228 Label* on_not_smi_result, Label::Distance near_jump) {
2235 j(negative, on_not_smi_result, near_jump);
2245 JumpIfUIntNotValidSmiValue(dst, on_not_smi_result, near_jump);
2255 Label* on_not_smi_result,
2295 jmp(on_not_smi_result, near_jump);
2306 Label* on_not_smi_result,
2333 jmp(on_not_smi_result, near_jump);