Searched refs:r_method (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/
H A Dgen_common.cc556 RegStorage r_method = TargetReg(kArg1, kRef); local
557 LockTemp(r_method);
558 LoadCurrMethodDirect(r_method);
561 LoadRefDisp(r_method, mirror::ArtMethod::DexCacheResolvedTypesOffset().Int32Value(), r_base,
591 FreeTemp(r_method);
641 RegStorage r_method = TargetReg(kArg1, kRef); local
642 LockTemp(r_method);
643 LoadCurrMethodDirect(r_method);
646 LoadRefDisp(r_method, mirror::ArtMethod::DexCacheResolvedTypesOffset().Int32Value(), r_base,
672 FreeTemp(r_method);
894 RegStorage r_method; local
919 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, RegStorage r_method, int32_t string_idx) argument
[all...]

Completed in 17 milliseconds