Lines Matching defs:Branch
154 __ Branch(&ok, hs, t5, Operand(a2)); in Generate() local
172 __ Branch(&loop_header, ne, a2, Operand(zero_reg)); in Generate() local
351 __ Branch(&ok, hs, sp, Operand(at)); in Generate() local
438 __ Branch(&return_label_); in EmitReturnSequence() local
458 __ Branch(&ok, ge, a3, Operand(zero_reg)); in EmitReturnSequence() local
515 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
517 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
549 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
551 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
554 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
556 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
560 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
562 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
620 __ Branch(&done); in Plug() local
635 __ Branch(&done); in Plug() local
671 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
673 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
697 __ Branch(if_true, cc, lhs, rhs); in Split() local
699 __ Branch(if_false, NegateCondition(cc), lhs, rhs); in Split() local
701 __ Branch(if_true, cc, lhs, rhs); in Split() local
702 __ Branch(if_false); in Split() local
772 if (should_normalize) __ Branch(&skip); in PrepareForBailoutBeforeSplit() local
978 __ Branch(&next_test, ne, a1, Operand(a0)); in VisitSwitchStatement() local
980 __ Branch(clause->body_target()); in VisitSwitchStatement() local
993 __ Branch(&skip); in VisitSwitchStatement() local
996 __ Branch(&next_test, ne, v0, Operand(at)); in VisitSwitchStatement() local
998 __ Branch(clause->body_target()); in VisitSwitchStatement() local
1001 __ Branch(&next_test, ne, v0, Operand(zero_reg)); in VisitSwitchStatement() local
1003 __ Branch(clause->body_target()); in VisitSwitchStatement() local
1011 __ Branch(nested_statement.break_label()); in VisitSwitchStatement() local
1013 __ Branch(default_clause->body_target()); in VisitSwitchStatement() local
1046 __ Branch(&exit, eq, a0, Operand(at)); in VisitForInStatement() local
1049 __ Branch(&exit, eq, a0, Operand(null_value)); in VisitForInStatement() local
1056 __ Branch(&done_convert, ge, a1, Operand(FIRST_JS_RECEIVER_TYPE)); in VisitForInStatement() local
1068 __ Branch(&call_runtime, eq, a1, Operand(JS_PROXY_TYPE)); in VisitForInStatement() local
1080 __ Branch(&use_cache); in VisitForInStatement() local
1094 __ Branch(&fixed_array, ne, a2, Operand(at)); in VisitForInStatement() local
1101 __ Branch(&no_descriptors, eq, a1, Operand(Smi::FromInt(0))); in VisitForInStatement() local
1138 __ Branch(loop_statement.break_label(), hs, a0, Operand(a1)); in VisitForInStatement() local
1156 __ Branch(&update_each, eq, t0, Operand(a2)); in VisitForInStatement() local
1166 __ Branch(loop_statement.continue_label(), eq, a3, Operand(at)); in VisitForInStatement() local
1191 __ Branch(&loop); in VisitForInStatement() local
1291 __ Branch(&fast, eq, temp, Operand(t0)); in EmitLoadGlobalCheckExtensions() local
1297 __ Branch(&loop); in EmitLoadGlobalCheckExtensions() local
1348 __ Branch(done); in EmitDynamicLookupFastCase() local
1360 __ Branch(done, ne, at, Operand(zero_reg)); in EmitDynamicLookupFastCase() local
1366 __ Branch(done); in EmitDynamicLookupFastCase() local
1417 __ Branch(&done, ne, at, Operand(zero_reg)); in EmitVariableLoad() local
1951 __ Branch(&post_runtime, eq, sp, Operand(a1)); in VisitYield() local
1990 __ Branch(&l_next); in VisitYield() local
2075 __ Branch(&l_try, ne, result_register(), Operand(at)); in VisitYield() local
2117 __ Branch(&push_frame, lt, a3, Operand(zero_reg)); in EmitGeneratorResume() local
2145 __ Branch(&slow_resume, ne, a3, Operand(zero_reg)); in EmitGeneratorResume() local
2161 __ Branch(&call_resume, lt, a3, Operand(zero_reg)); in EmitGeneratorResume() local
2163 __ Branch(&push_operand_holes); in EmitGeneratorResume() local
2287 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
2296 __ Branch(&stub_call, ne, scratch2, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
2310 __ Branch(&stub_call, ne, scratch1, Operand(scratch2)); in EmitInlineSmiBinaryOp() local
2311 __ Branch(&done, ne, v0, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
2313 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
2529 __ Branch(&assign, ne, a3, Operand(t0)); in EmitVariableAssignment() local
2545 __ Branch(&const_error, ne, a3, Operand(at)); in EmitVariableAssignment() local
2559 __ Branch(&uninitialized_this, eq, a3, Operand(at)); in EmitVariableAssignment() local
2601 __ Branch(&skip, ne, a2, Operand(at)); in EmitVariableAssignment() local
2933 __ Branch(&call); in PushCalleeAndWithBaseObject() local
3153 __ Branch(if_true, hs, a2, Operand(FIRST_FUNCTION_TYPE)); in EmitIsFunction() local
3154 __ Branch(if_false); in EmitIsFunction() local
3178 __ Branch(¬_nan, ne, a2, Operand(t0)); in EmitIsMinusZero() local
3326 __ Branch(&exit, ne, a3, in EmitArgumentsLength() local
3349 __ Branch(&null, lt, a1, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitClassOf() local
3352 __ Branch(&function, eq, a1, Operand(JS_FUNCTION_TYPE)); in EmitClassOf() local
3357 __ Branch(&non_function_constructor, ne, instance_type, in EmitClassOf() local
3364 __ Branch(&done); in EmitClassOf() local
3398 __ Branch(&done, ne, a1, Operand(JS_VALUE_TYPE)); in EmitValueOf() local
3517 __ Branch(&done, ne, a2, Operand(JS_VALUE_TYPE)); in EmitSetValueOf() local
3560 __ Branch(&done_convert, le, a1, Operand(LAST_NAME_TYPE)); in EmitToName() local
3782 __ Branch(&bailout, ne, scratch2, Operand(JS_ARRAY_TYPE)); in EmitFastOneByteArrayJoin() local
3790 __ Branch(&non_trivial_array, ne, array_length, Operand(zero_reg)); in EmitFastOneByteArrayJoin() local
3792 __ Branch(&done); in EmitFastOneByteArrayJoin() local
3829 __ Branch(&loop, lt, element, Operand(elements_end)); in EmitFastOneByteArrayJoin() local
3832 __ Branch(¬_size_one_array, ne, array_length, Operand(1)); in EmitFastOneByteArrayJoin() local
3834 __ Branch(&done); in EmitFastOneByteArrayJoin() local
3858 __ Branch(&bailout, ne, scratch3, Operand(zero_reg)); in EmitFastOneByteArrayJoin() local
3860 __ Branch(&bailout, ne, scratch3, Operand(zero_reg)); in EmitFastOneByteArrayJoin() local
3865 __ Branch(&bailout, gt, string_length, in EmitFastOneByteArrayJoin() local
3895 __ Branch(&one_char_separator, eq, scratch1, Operand(at)); in EmitFastOneByteArrayJoin() local
3896 __ Branch(&long_separator, gt, scratch1, Operand(at)); in EmitFastOneByteArrayJoin() local
3913 __ Branch(&empty_separator_loop, lt, element, Operand(elements_end)); in EmitFastOneByteArrayJoin() local
3915 __ Branch(&done); in EmitFastOneByteArrayJoin() local
3945 __ Branch(&one_char_separator_loop, lt, element, Operand(elements_end)); in EmitFastOneByteArrayJoin() local
3947 __ Branch(&done); in EmitFastOneByteArrayJoin() local
3974 __ Branch(&long_separator_loop, lt, element, Operand(elements_end)); in EmitFastOneByteArrayJoin() local
3976 __ Branch(&done); in EmitFastOneByteArrayJoin() local
4496 __ Branch(if_true, eq, v0, Operand(at)); in EmitLiteralCompareTypeof() local
4501 __ Branch(if_true, eq, v0, Operand(at)); in EmitLiteralCompareTypeof() local
4519 __ Branch(if_true, eq, v0, Operand(at)); in EmitLiteralCompareTypeof() local
4522 __ Branch(if_false, lt, a1, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitLiteralCompareTypeof() local