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

  /art/compiler/dex/
mir_optimization.cc 601 bb->terminated_by_return = bb_next->terminated_by_return;
838 bool terminated_by_return = false; local
    [all...]
mir_graph.h 262 bool terminated_by_return; // Block ends with a Dalvik return opcode. member in struct:art::BasicBlock

Completed in 370 milliseconds