Searched defs:orig_sreg (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dreg_location.h40 * 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
H A Dvreg_analysis.cc31 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);

Completed in 55 milliseconds