Home | History | Annotate | Download | only in x64

Lines Matching refs:is_smi

2697     Condition is_smi = masm->CheckSmi(rax);
2698 __ Check(NegateCondition(is_smi),
3202 Label is_smi;
3206 __ JumpIfSmi(object, &is_smi);
3233 __ bind(&is_smi);