Searched defs:Ass (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/utils/
H A Dassembler_test.h37 template<typename Ass, typename Reg, typename Imm>
40 Ass* GetAssembler() {
44 typedef std::string (*TestFn)(Ass* assembler);
55 std::string RepeatR(void (Ass::*f)(Reg), std::string fmt) { argument
80 std::string RepeatRR(void (Ass::*f)(Reg, Reg), std::string fmt) { argument
115 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { argument
153 std::string RepeatI(void (Ass::*f)(const Imm&), size_t imm_bytes, std::string fmt) {
208 assembler_.reset(new Ass());
692 std::unique_ptr<Ass> assembler_;

Completed in 33 milliseconds