Home | History | Annotate | Download | only in src

Lines Matching refs:if_false

3941       HBasicBlock* if_false = owner->graph()->CreateBasicBlock();
3943 if_false->MarkAsInlineReturnTarget(owner->current_block());
3948 test_context_ = new TestContext(owner, cond, if_true, if_false);
4156 owner()->Goto(empty_false, if_false(), owner()->function_state());
4170 owner()->Goto(false_branch, if_false(), owner()->function_state());
4804 VisitForControl(stmt->expression(), test->if_true(), test->if_false());
6317 HBasicBlock* if_false = graph()->CreateBasicBlock();
6323 compare = New<HCompareMap>(object, heap_number_map, if_true, if_false);
6326 compare = New<HIsStringAndBranch>(object, if_true, if_false);
6329 compare = New<HCompareMap>(object, info.map(), if_true, if_false);
6363 set_current_block(if_false);
7584 HBasicBlock* if_false = graph()->CreateBasicBlock();
7590 compare = New<HCompareMap>(receiver, heap_number_map, if_true, if_false);
7592 compare = New<HIsStringAndBranch>(receiver, if_true, if_false);
7594 compare = New<HCompareMap>(receiver, map, if_true, if_false);
7641 set_current_block(if_false);
7985 Goto(inlined_test_context()->if_false(), state);
7998 HBasicBlock* if_false = inlined_test_context()->if_false();
8014 if (if_false->HasPredecessor()) {
8015 entry->RegisterReturnTarget(if_false, zone());
8016 if_false->SetJoinId(ast_id);
8017 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false();
8018 Goto(if_false, false_target, function_state());
9887 context->if_false(),
10529 context->if_false()));