Searched refs:DriverFn (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | jni_macro_assembler_test.h | 44 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() function
|
D | assembler_test.h | 64 void DriverFn(TestFn f, const std::string& test_name) { in DriverFn() function
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 653 DriverFn(&shll_fn, "shll"); in TEST_F() 674 DriverFn(&shlq_fn, "shlq"); in TEST_F() 695 DriverFn(&shrl_fn, "shrl"); in TEST_F() 715 DriverFn(&shrq_fn, "shrq"); in TEST_F() 735 DriverFn(&sarl_fn, "sarl"); in TEST_F() 755 DriverFn(&sarq_fn, "sarq"); in TEST_F() 775 DriverFn(&rorl_fn, "rorl"); in TEST_F() 795 DriverFn(&roll_fn, "roll"); in TEST_F() 815 DriverFn(&rorq_fn, "rorq"); in TEST_F() 835 DriverFn(&rolq_fn, "rolq"); in TEST_F() [all …]
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 405 DriverFn(&rorl_fn, "rorl"); in TEST_F() 425 DriverFn(&roll_fn, "roll"); in TEST_F()
|