Searched refs:AddrType (Results 1 – 1 of 1) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 1082 template <typename AddrType> 1083 std::string RepeatTemplatedMem(void (Ass::*f)(const AddrType&), in RepeatTemplatedMem() argument 1084 const std::vector<AddrType> addresses, in RepeatTemplatedMem() 1085 std::string (AssemblerTest::*GetAName)(const AddrType&), in RepeatTemplatedMem() argument 1111 template <typename AddrType> 1112 std::string RepeatTemplatedMemImm(void (Ass::*f)(const AddrType&, const Imm&), in RepeatTemplatedMemImm() argument 1114 const std::vector<AddrType> addresses, in RepeatTemplatedMemImm() 1115 std::string (AssemblerTest::*GetAName)(const AddrType&), in RepeatTemplatedMemImm() argument 1153 template <typename RegType, typename AddrType> 1154 std::string RepeatTemplatedRegMem(void (Ass::*f)(RegType, const AddrType&), in RepeatTemplatedRegMem() argument [all …]
|