Home | History | Annotate | Download | only in src

Lines Matching defs:if_true

2185       HBasicBlock* if_true = owner->graph()->CreateBasicBlock();
2187 if_true->MarkAsInlineReturnTarget();
2192 test_context_ = new TestContext(owner, cond, if_true, if_false);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2858 current_block()->Goto(test->if_true(), function_state()->drop_extra());
2889 test->if_true(),
4050 HBasicBlock* if_true = graph()->CreateBasicBlock();
4053 new(zone()) HCompareMap(object, map, if_true, if_false);
4056 set_current_block(if_true);
4804 HBasicBlock* if_true = graph()->CreateBasicBlock();
4808 elements_kind_branch->SetSuccessorAt(0, if_true);
4812 set_current_block(if_true);
5094 HBasicBlock* if_true = graph()->CreateBasicBlock();
5097 new(zone()) HCompareMap(receiver, map, if_true, if_false);
5100 set_current_block(if_true);
5426 ? inlined_test_context()->if_true()
5434 HBasicBlock* if_true = inlined_test_context()->if_true();
5443 if (if_true->HasPredecessor()) {
5444 if_true->SetJoinId(ast_id);
5445 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true();
5446 if_true->Goto(true_target, function_state()->drop_extra());
6242 context->if_true());
6606 context->if_true(),