Home
last modified time | relevance | path

Searched refs:T3 (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32_test.cc405 template <typename T1, typename T2, typename T3>
406 std::function<void(T1, T2, T3)> GetBoundFunction3(void (arm::Arm32Assembler::*f)(T1, T2, T3)) { in GetBoundFunction3() argument
410 template <typename T1, typename T2, typename T3, typename T4>
411 std::function<void(T1, T2, T3, T4)> GetBoundFunction4( in GetBoundFunction4() argument
412 void (arm::Arm32Assembler::*f)(T1, T2, T3, T4)) { in GetBoundFunction4()
416 template <typename T1, typename T2, typename T3, typename T4, typename T5>
417 std::function<void(T1, T2, T3, T4, T5)> GetBoundFunction5( in GetBoundFunction5() argument
418 void (arm::Arm32Assembler::*f)(T1, T2, T3, T4, T5)) { in GetBoundFunction5()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc129 callee_save_regs_.push_back(MipsManagedRegister::FromCoreRegister(T3)); in MipsJniCallingConvention()
140 result = 1 << T0 | 1 << T1 | 1 << T2 | 1 << T3 | 1 << T4 | 1 << T5 | 1 << T6 | in CoreSpillMask()
/art/runtime/arch/mips/
Dregisters_mips.h41 T3 = 11, enumerator
/art/runtime/arch/mips64/
Dregisters_mips64.h45 T3 = 15, enumerator