Home
last modified time | relevance | path

Searched refs:RepeatAb (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_test.h1045 std::string RepeatAb(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAb() function
1046 return RepeatAb(f, GetAddresses(), fmt); in RepeatAb()
1051 std::string RepeatAb(void (Ass::*f)(const Addr&, Reg), in RepeatAb() function
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc990 DriverStr(RepeatAb(&x86_64::X86_64Assembler::movb, "movb %{reg}, {mem}"), "movb_s"); in TEST_F()