HomeSort by relevance Sort by last modified time
    Searched refs:terminated_by_return (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
mir_optimization.cc 712 bb->terminated_by_return = bb_next->terminated_by_return;
1337 bool terminated_by_return = false; local
    [all...]
mir_graph.cc 176 bottom_block->terminated_by_return = orig_block->terminated_by_return;
177 orig_block->terminated_by_return = false;
783 cur_block->terminated_by_return = true;
    [all...]
mir_graph.h 406 bool terminated_by_return:1; // Block ends with a Dalvik return opcode. member in struct:art::BasicBlock
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 197 milliseconds