Lines Matching refs:kNear

424   jump_func(&set_true, Label::kNear);
426 __ Jump(&done, Label::kNear);
606 Label::kNear);
615 Label::kNear);
1537 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1543 Condition::kZero, &not_undetectable, Label::kNear);
1546 __ Jump(&done, Label::kNear);
1582 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1585 &is_heap_number, Label::kNear);
1588 __ Jump(&done, Label::kNear);
1597 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1602 Label::kNear);
1605 __ Jump(&done, Label::kNear);
1614 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1617 &bad_instance_type, Label::kNear);
1620 __ Jump(&done, Label::kNear);
1630 &is_true, Label::kNear);
1632 &is_false, Label::kNear);
1635 __ Jump(&done, Label::kNear);
1644 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1647 &bad_instance_type, Label::kNear);
1650 __ Jump(&done, Label::kNear);
1659 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1663 &is_null, Label::kNear);
1670 Condition::kZero, &not_undetectable, Label::kNear);
1673 __ Jump(&done, Label::kNear);
1683 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1690 Condition::kZero, &not_callable, Label::kNear);
1692 Condition::kNotZero, &undetectable, Label::kNear);
1695 __ Jump(&done, Label::kNear);
1705 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
1709 &is_null, Label::kNear);
1716 Label::kNear);
1725 Label::kNear);
1729 __ Jump(&done, Label::kNear);
1942 &osr_not_armed, Label::kNear);
1954 &osr, Label::kNear);
1966 &osr_not_armed, Label::kNear);
2022 JumpIfToBoolean(false, &dont_jump, Label::kNear);
2029 JumpIfToBoolean(true, &dont_jump, Label::kNear);
2064 &dont_jump, Label::kNear);
2074 __ JumpIfSmi(kInterpreterAccumulatorRegister, &is_smi, Label::kNear);
2218 Condition::kNotZero, &done, Label::kNear);