• Home
  • Raw
  • Download

Lines Matching defs:Branch

147         __ Branch(&ok, hs, t1, Operand(a2));  in Generate()  local
165 __ Branch(&loop_header, ne, a2, Operand(zero_reg)); in Generate() local
325 __ Branch(&ok, hs, sp, Operand(at)); in Generate() local
422 __ Branch(&ok, ge, a3, Operand(zero_reg)); in EmitProfilingCounterHandlingForReturnSequence() local
438 __ Branch(&return_label_); in EmitReturnSequence() local
501 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
503 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
537 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
539 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
542 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
544 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
548 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
550 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
581 __ Branch(&done); in Plug() local
597 __ Branch(&done); in Plug() local
633 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() local
635 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug() local
659 __ Branch(if_true, cc, lhs, rhs); in Split() local
661 __ Branch(if_false, NegateCondition(cc), lhs, rhs); in Split() local
663 __ Branch(if_true, cc, lhs, rhs); in Split() local
664 __ Branch(if_false); in Split() local
734 if (should_normalize) __ Branch(&skip); in PrepareForBailoutBeforeSplit() local
928 __ Branch(&next_test, ne, a1, Operand(a0)); in VisitSwitchStatement() local
930 __ Branch(clause->body_target()); in VisitSwitchStatement() local
943 __ Branch(&skip); in VisitSwitchStatement() local
946 __ Branch(&next_test, ne, v0, Operand(at)); in VisitSwitchStatement() local
948 __ Branch(clause->body_target()); in VisitSwitchStatement() local
951 __ Branch(&next_test, ne, v0, Operand(zero_reg)); in VisitSwitchStatement() local
953 __ Branch(clause->body_target()); in VisitSwitchStatement() local
961 __ Branch(nested_statement.break_label()); in VisitSwitchStatement() local
963 __ Branch(default_clause->body_target()); in VisitSwitchStatement() local
1002 __ Branch(USE_DELAY_SLOT, &done_convert, ge, a1, in VisitForInStatement() local
1005 __ Branch(USE_DELAY_SLOT, &exit, eq, a0, Operand(at)); in VisitForInStatement() local
1007 __ Branch(&exit, eq, a0, Operand(at)); in VisitForInStatement() local
1027 __ Branch(&use_cache); in VisitForInStatement() local
1041 __ Branch(&fixed_array, ne, a2, Operand(at)); in VisitForInStatement() local
1048 __ Branch(&no_descriptors, eq, a1, Operand(Smi::FromInt(0))); in VisitForInStatement() local
1082 __ Branch(loop_statement.break_label(), hs, a0, Operand(a1)); in VisitForInStatement() local
1100 __ Branch(&update_each, eq, a4, Operand(a2)); in VisitForInStatement() local
1116 __ Branch(loop_statement.continue_label(), eq, a3, Operand(at)); in VisitForInStatement() local
1141 __ Branch(&loop); in VisitForInStatement() local
1216 __ Branch(&fast, eq, temp, Operand(a4)); in EmitLoadGlobalCheckExtensions() local
1222 __ Branch(&loop); in EmitLoadGlobalCheckExtensions() local
1273 __ Branch(done); in EmitDynamicLookupFastCase() local
1280 __ Branch(done, ne, at, Operand(zero_reg)); in EmitDynamicLookupFastCase() local
1285 __ Branch(done); in EmitDynamicLookupFastCase() local
1336 __ Branch(&done, ne, at, Operand(zero_reg)); in EmitVariableLoad() local
1835 __ Branch(&resume, eq, a1, Operand(Smi::FromInt(JSGeneratorObject::kNext))); in VisitYield() local
1837 __ Branch(&exception, eq, a1, in VisitYield() local
1856 __ Branch(&post_runtime, eq, sp, Operand(a1)); in VisitYield() local
1973 __ Branch(&stub_call, ne, scratch2, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
1987 __ Branch(USE_DELAY_SLOT, &stub_call, ne, scratch2, Operand(scratch1)); in EmitInlineSmiBinaryOp() local
1989 __ Branch(USE_DELAY_SLOT, &done, ne, v0, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
1991 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg)); in EmitInlineSmiBinaryOp() local
2192 __ Branch(&assign, ne, a3, Operand(a4)); in EmitVariableAssignment() local
2208 __ Branch(&const_error, ne, a3, Operand(at)); in EmitVariableAssignment() local
2222 __ Branch(&uninitialized_this, eq, a3, Operand(at)); in EmitVariableAssignment() local
2553 __ Branch(&call); in PushCalleeAndWithBaseObject() local
2836 __ Branch(&null, lt, a1, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitClassOf() local
2840 __ Branch(&function, hs, a1, Operand(FIRST_FUNCTION_TYPE)); in EmitClassOf() local
2845 __ Branch(&non_function_constructor, ne, instance_type, in EmitClassOf() local
2852 __ Branch(&done); in EmitClassOf() local
2886 __ Branch(&done, ne, a1, Operand(JS_VALUE_TYPE)); in EmitValueOf() local
3483 __ Branch(if_true, eq, v0, Operand(at)); in EmitLiteralCompareTypeof() local
3488 __ Branch(if_false, eq, v0, Operand(at)); in EmitLiteralCompareTypeof() local
3506 __ Branch(if_true, eq, v0, Operand(at)); in EmitLiteralCompareTypeof() local
3509 __ Branch(if_false, lt, a1, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitLiteralCompareTypeof() local
3726 __ Branch(&skip, ne, a1, Operand(at)); in EmitCommands() local