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

/art/compiler/dex/quick/
H A Dmir_to_lir.h292 * reused as live, it must both be marked live and the associated SReg() must match the
348 if (SReg() != INVALID_SREG) {
370 int SReg() { return (!IsTemp() || IsLive()) ? s_reg_ : INVALID_SREG; } function in class:art::Mir2Lir::RegisterInfo

Completed in 63 milliseconds