Home
last modified time | relevance | path

Searched refs:ProcessCanThrow (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.h1301 BasicBlock* ProcessCanThrow(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, int width,
Dmir_graph.cc595 BasicBlock* MIRGraph::ProcessCanThrow(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, in ProcessCanThrow() function in art::MIRGraph
838 cur_block = ProcessCanThrow(cur_block, insn, current_offset_, width, flags, try_block_addr_, in InlineMethod()