Home | History | Annotate | Download | only in dex

Lines Matching refs:cur_offset

455 BasicBlock* MIRGraph::ProcessCanBranch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset,
459 DexOffset target = cur_offset;
497 BasicBlock* fallthrough_block = FindBlock(cur_offset + width,
507 FindBlock(cur_offset + width, /* create */ true, /* immed_pred_block_p */ nullptr, dex_pc_to_block_map);
513 BasicBlock* MIRGraph::ProcessCanSwitch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset,
518 reinterpret_cast<const uint16_t*>(GetCurrentInsns() + cur_offset +
569 BasicBlock* case_block = FindBlock(cur_offset + target_table[i], /* create */ true,
585 BasicBlock* fallthrough_block = FindBlock(cur_offset + width, /* create */ true,
595 BasicBlock* MIRGraph::ProcessCanThrow(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset,
600 bool in_try_block = try_block_addr->IsBitSet(cur_offset);
605 CatchHandlerIterator iterator(*current_code_item_, cur_offset);
643 eh_block->start_offset = cur_offset;
651 FindBlock(cur_offset + width, /* create */ true, /* immed_pred_block_p */ nullptr, dex_pc_to_block_map);