Searched defs:cur_block (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.cc399 BasicBlock* MIRGraph::ProcessCanBranch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, argument
415 cur_block->conditional_branch = true;
424 cur_block->conditional_branch = true;
432 /* immed_pred_block_p */ &cur_block);
433 cur_block->taken = taken_block->id;
434 taken_block->predecessors->Insert(cur_block->id);
455 &cur_block);
456 cur_block->fall_through = fallthrough_block->id;
457 fallthrough_block->predecessors->Insert(cur_block->id);
462 return cur_block;
466 ProcessCanSwitch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, int width, int flags) argument
542 ProcessCanThrow(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, int width, int flags, ArenaBitVector* try_block_addr, const uint16_t* code_ptr, const uint16_t* code_end) argument
709 BasicBlock* cur_block = NewMemBB(kDalvikByteCode, num_blocks_++); local
[all...]

Completed in 22 milliseconds