Searched defs:T1 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32_test.cc | 534 std::function<void(T1, T2)> GetBoundFunction2(void (Assembler::*f)(T1, T2)) { in GetBoundFunction2() 539 std::function<void(T1, T2, T3)> GetBoundFunction3(void (Assembler::*f)(T1, T2, T3)) { in GetBoundFunction3() 545 void (Assembler::*f)(T1, T2, T3, T4)) { in GetBoundFunction4() 551 void (Assembler::*f)(T1, T2, T3, T4, T5)) { in GetBoundFunction5()
|
/art/runtime/arch/mips64/ |
D | registers_mips64.h | 43 T1 = 13, enumerator
|
/art/runtime/arch/mips/ |
D | registers_mips.h | 39 T1 = 9, enumerator
|
/art/runtime/base/ |
D | logging.h | 215 #define EAGER_PTR_EVALUATOR(T1, T2) \ argument
|