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

/art/compiler/dex/quick/
H A Dgen_invoke.cc503 static bool CommonCallCodeLoadCodePointerIntoInvokeTgt(const RegStorage* alt_from, argument
508 // Get the compiled code address [use *alt_from or kArg0, set kInvokeTgt]
509 cg->LoadWordDisp(alt_from == nullptr ? cg->TargetReg(kArg0, kRef) : *alt_from, offset,

Completed in 60 milliseconds