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 712 bb->terminated_by_return = bb_next->terminated_by_return;
1337 bool terminated_by_return = false; local
    [all...]
mir_graph.h 406 bool terminated_by_return:1; // Block ends with a Dalvik return opcode. member in struct:art::BasicBlock
    [all...]

Completed in 48 milliseconds