HomeSort by relevance Sort by last modified time
    Searched full:arg0_ref (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/
gen_invoke.cc 519 RegStorage arg0_ref = cg->TargetReg(kArg0, kRef); local
523 cg->LoadCurrMethodDirect(arg0_ref);
526 cg->LoadRefDisp(arg0_ref,
528 arg0_ref,
542 cg->LoadRefDisp(arg0_ref,
544 arg0_ref,
549 if (CommonCallCodeLoadCodePointerIntoInvokeTgt(info, &arg0_ref, cu, cg)) {
550 break; // kInvokeTgt := arg0_ref->entrypoint
    [all...]

Completed in 688 milliseconds