Home
last modified time | relevance | path

Searched refs:TestFn (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Djni_macro_assembler_test.h43 using TestFn = std::string (*)(JNIMacroAssemblerTest *, Ass *); variable
45 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn()
Dassembler_test.h64 using TestFn = std::string (*)(AssemblerTest *, Ass *); variable
66 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc192 template <typename SpaceBitmap, typename TestFn>
193 static void RunTest(size_t alignment, TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()