Lines Matching defs:if_false
1995 HBasicBlock* if_false = owner->graph()->CreateBasicBlock();
1997 if_false->MarkAsInlineReturnTarget();
2000 test_context_ = new TestContext(owner, if_true, if_false);
2109 empty_false->Goto(if_false(), false);
2532 test->if_false());
3242 HBasicBlock* if_false = graph()->CreateBasicBlock();
3244 new(zone()) HCompareMap(object, map, if_true, if_false);
3256 set_current_block(if_false);
3930 HBasicBlock* if_false = graph()->CreateBasicBlock();
3932 new(zone()) HCompareMap(receiver, map, if_true, if_false);
3954 set_current_block(if_false);
4190 empty_false->Goto(inlined_test_context()->if_false(), false);
4197 HBasicBlock* if_false = inlined_test_context()->if_false();
4199 if_false->SetJoinId(expr->id());
4206 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false();
4208 if_false->Goto(false_target, false);
4661 context->if_false(),
4957 VISIT_FOR_CONTROL(expr->left(), eval_right, context->if_false());