Searched defs:r_tgt (Results 1 – 11 of 11) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 85 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 …]
|
D | gen_loadstore.cc | 380 void Mir2Lir::LoadCurrMethodDirect(RegStorage r_tgt) { in LoadCurrMethodDirect()
|
D | gen_common.cc | 1169 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/ |
D | call_mips.cc | 246 RegStorage r_tgt = LoadHelper(kQuickHandleFillArrayData); in GenFillArrayData() local 333 RegStorage r_tgt = m2l_->CallHelperSetup(kQuickThrowStackOverflow); // Doesn't clobber LR. in GenEntrySequence() local
|
D | fp_mips.cc | 203 RegStorage r_tgt = LoadHelper(target); in GenCmpFP() local
|
D | target_mips.cc | 502 RegStorage r_tgt = LoadHelper(kQuickA64Load); in GenAtomic64Load() local 524 RegStorage r_tgt = LoadHelper(kQuickA64Store); in GenAtomic64Store() local
|
D | utility_mips.cc | 693 LIR* MipsMir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 92 RegStorage r_tgt = CallHelperSetup(kQuickFmod); in GenArithOpDouble() local
|
D | utility_arm64.cc | 1402 LIR* Arm64Mir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 1166 LIR* ArmMir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 1078 LIR* X86Mir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) { in InvokeTrampoline()
|