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

  /art/compiler/dex/quick/
gen_common.cc 552 RegStorage r_method = TargetReg(kArg1, kRef); local
553 LockTemp(r_method);
554 LoadCurrMethodDirect(r_method);
557 LoadRefDisp(r_method, mirror::ArtMethod::DexCacheResolvedTypesOffset().Int32Value(), r_base,
587 FreeTemp(r_method);
637 RegStorage r_method = TargetReg(kArg1, kRef); local
638 LockTemp(r_method);
639 LoadCurrMethodDirect(r_method);
642 LoadRefDisp(r_method, mirror::ArtMethod::DexCacheResolvedTypesOffset().Int32Value(), r_base,
668 FreeTemp(r_method);
890 RegStorage r_method; local
    [all...]

Completed in 279 milliseconds