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

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

Completed in 32 milliseconds