Home
last modified time | relevance | path

Searched defs:r_tgt (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc85 LIR* Mir2Lir::CallHelper(RegStorage r_tgt, QuickEntrypointEnum trampoline, bool safepoint_pc, in CallHelper()
100 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelper() local
106 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperImm() local
114 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperReg() local
122 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperRegLocation() local
134 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperImmImm() local
143 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperImmRegLocation() local
157 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperRegLocationImm() local
167 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperImmReg() local
176 RegStorage r_tgt = CallHelperSetup(trampoline); in CallRuntimeHelperRegImm() local
[all …]
Dgen_loadstore.cc380 void Mir2Lir::LoadCurrMethodDirect(RegStorage r_tgt) { in LoadCurrMethodDirect()
Dgen_common.cc1169 RegStorage r_tgt = LoadHelper(kQuickInstanceofNonTrivial); in GenInstanceofCallingHelper() local
1544 RegStorage r_tgt = CallHelperSetup(kQuickIdivmod); in GenArithOpInt() local
1917 RegStorage r_tgt = CallHelperSetup(target); in GenArithOpLong() local
/art/compiler/dex/quick/mips/
Dcall_mips.cc246 RegStorage r_tgt = LoadHelper(kQuickHandleFillArrayData); in GenFillArrayData() local
333 RegStorage r_tgt = m2l_->CallHelperSetup(kQuickThrowStackOverflow); // Doesn't clobber LR. in GenEntrySequence() local
Dfp_mips.cc203 RegStorage r_tgt = LoadHelper(target); in GenCmpFP() local
Dtarget_mips.cc502 RegStorage r_tgt = LoadHelper(kQuickA64Load); in GenAtomic64Load() local
524 RegStorage r_tgt = LoadHelper(kQuickA64Store); in GenAtomic64Store() local
Dutility_mips.cc693 LIR* MipsMir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc92 RegStorage r_tgt = CallHelperSetup(kQuickFmod); in GenArithOpDouble() local
Dutility_arm64.cc1402 LIR* Arm64Mir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
/art/compiler/dex/quick/arm/
Dutility_arm.cc1166 LIR* ArmMir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1078 LIR* X86Mir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()