Searched refs:ProcessCanSwitch (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/ |
D | mir_graph.h | 1102 BasicBlock* ProcessCanSwitch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, int width,
|
D | mir_graph.cc | 466 BasicBlock* MIRGraph::ProcessCanSwitch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, in ProcessCanSwitch() function in art::MIRGraph 800 cur_block = ProcessCanSwitch(cur_block, insn, current_offset_, width, flags); in InlineMethod()
|