Searched defs:test_name (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | assembler_test_base.h | 97 void Driver(const std::vector<uint8_t>& data, std::string assembly_text, std::string test_name) { in Driver() 279 std::string test_name) { in DisassembleBinaries() 336 std::string WriteToFile(const std::vector<uint8_t>& buffer, std::string test_name) { in WriteToFile() 360 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { in Compile()
|
D | assembler_test.h | 54 void DriverFn(TestFn f, std::string test_name) { in DriverFn() 59 void DriverStr(std::string assembly_string, std::string test_name) { in DriverStr() 546 void DriverWrapper(std::string assembly_text, std::string test_name) { in DriverWrapper()
|
/art/compiler/utils/arm/ |
D | assembler_arm32_test.cc | 424 std::string fmt, std::string test_name) { in GenericTemplateHelper() 439 std::string test_name) { in T2Helper() 445 std::string test_name) { in T3Helper() 451 std::string test_name) { in T4Helper() 457 std::string test_name) { in T5Helper()
|
/art/compiler/dex/quick/x86/ |
D | quick_assemble_x86_test.cc | 137 void Test(InstructionSet target, std::string test_name, std::string gcc_asm, in Test()
|