Home
last modified time | relevance | path

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

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