• Home
  • Raw
  • Download

Lines Matching refs:GotoIf

1741   GotoIf(TaggedIsSmi(object), &end);  in IGNITION_HANDLER()
1814 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER()
1820 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER()
1826 GotoIf(TaggedEqual(object, TrueConstant()), &if_true); in IGNITION_HANDLER()
1832 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER()
1838 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER()
1840 GotoIf(IsNull(object), &if_false); in IGNITION_HANDLER()
1846 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER()
1859 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER()
1862 GotoIf(IsNull(object), &if_true); in IGNITION_HANDLER()
2098 GotoIf(IsUndefined(accumulator), &do_jump); in IGNITION_HANDLER()
2099 GotoIf(IsNull(accumulator), &do_jump); in IGNITION_HANDLER()
2116 GotoIf(IsUndefined(accumulator), &do_jump); in IGNITION_HANDLER()
2117 GotoIf(IsNull(accumulator), &do_jump); in IGNITION_HANDLER()
2196 GotoIf(Int32GreaterThan(osr_urgency, loop_depth), &osr); in IGNITION_HANDLER()
2242 GotoIf(IntPtrLessThan(case_value, IntPtrConstant(0)), &fall_through); in IGNITION_HANDLER()
2243 GotoIf(IntPtrGreaterThanOrEqual(case_value, table_length), &fall_through); in IGNITION_HANDLER()
2286 GotoIf(IsUndefined(feedback_vector), &call_runtime); in IGNITION_HANDLER()
2327 GotoIf(IsUndefined(maybe_feedback_vector), &no_feedback); in IGNITION_HANDLER()
2374 GotoIf(IsUndefined(feedback_vector), &if_not_fast_clone); in IGNITION_HANDLER()
2705 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER()
2726 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER()
2746 GotoIf(TaggedNotEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER()
3043 GotoIf(TaggedEqual(maybe_generator, UndefinedConstant()), &fallthrough); in IGNITION_HANDLER()