Home | History | Annotate | Download | only in optimizing

Lines Matching defs:otherwise

969         // iteration. Otherwise, we could see a new receiver type.
1010 // of the split before will contain the invoke and will be the otherwise branch of
1014 HBasicBlock* otherwise = end_then->SplitBeforeForInlining(invoke_instruction);
1015 HBasicBlock* merge = otherwise->SplitAfterForInlining(invoke_instruction);
1029 otherwise->AddInstruction(new (allocator) HGoto(dex_pc));
1035 graph_->AddBlock(otherwise);
1039 cursor_block->AddSuccessor(otherwise);
1042 otherwise->AddSuccessor(merge);
1047 otherwise->SetDominator(cursor_block);
1048 cursor_block->AddDominatedBlock(otherwise);
1058 graph_->reverse_post_order_[++index] = otherwise;
1065 otherwise, original_invoke_block, /* replace_if_back_edge */ false);