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

  /art/compiler/dex/
reg_location.h 39 * FIXME: The orig_sreg field was added as a workaround for llvm bitcode generation. With
54 int16_t orig_sreg; // TODO: remove after Bitcode gen complete member in struct:art::RegLocation
vreg_analysis.cc 412 table[i].orig_sreg, storage_name[table[i].location],
424 table[i].orig_sreg, storage_name[table[i].location],
521 int orig_sreg = reg_location_[i].s_reg_low; local
522 reg_location_[i].orig_sreg = orig_sreg;
523 reg_location_[i].s_reg_low = SRegToVReg(orig_sreg);

Completed in 68 milliseconds