Lines Matching defs:if_false
2186 HBasicBlock* if_false = owner->graph()->CreateBasicBlock();
2188 if_false->MarkAsInlineReturnTarget();
2192 test_context_ = new TestContext(owner, cond, if_true, if_false);
2341 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2363 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2890 test->if_false());
4051 HBasicBlock* if_false = graph()->CreateBasicBlock();
4053 new(zone()) HCompareMap(object, map, if_true, if_false);
4065 set_current_block(if_false);
4805 HBasicBlock* if_false = graph()->CreateBasicBlock();
4809 elements_kind_branch->SetSuccessorAt(1, if_false);
4875 set_current_block(if_false);
5095 HBasicBlock* if_false = graph()->CreateBasicBlock();
5097 new(zone()) HCompareMap(receiver, map, if_true, if_false);
5120 set_current_block(if_false);
5427 : inlined_test_context()->if_false();
5435 HBasicBlock* if_false = inlined_test_context()->if_false();
5448 if (if_false->HasPredecessor()) {
5449 if_false->SetJoinId(ast_id);
5450 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false();
5451 if_false->Goto(false_target, function_state()->drop_extra());
6241 context->if_false(),
6603 context->if_false()));