HomeSort by relevance Sort by last modified time
    Searched full:move_lir (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/
local_optimizations.cc 72 LIR* move_lir; local
73 move_lir = OpRegCopyNoInsert(dest, src);
74 move_lir->dalvik_offset = orig_lir->dalvik_offset;
81 InsertLIRAfter(orig_lir, move_lir);

Completed in 1704 milliseconds