Home
last modified time | relevance | path

Searched refs:pMir2Lir (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
Dint_x86.cc919 static bool IsInReg(X86Mir2Lir *pMir2Lir, const RegLocation &rl, RegStorage reg) { in IsInReg() argument
920 return rl.reg.Valid() && rl.reg.GetReg() == reg.GetReg() && (pMir2Lir->IsLive(reg) || rl.home); in IsInReg()