Searched refs:testname (Results 1 – 1 of 1) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 94 void DumpAndCheck(std::vector<uint8_t>& code, const char* testname, const char* const* results) { in DumpAndCheck() argument 109 out << ".type " << testname << ", #function\n"; in DumpAndCheck() 110 out << ".global " << testname << "\n"; in DumpAndCheck() 111 out << testname << ":\n"; in DumpAndCheck() 118 out << ".size " << testname << ", .-" << testname << "\n"; in DumpAndCheck() 160 << results[lineindex] << "/" << testline << ", test name: " << testname; in DumpAndCheck() 189 void EmitAndCheck(ArmVIXLJNIMacroAssembler* assembler, const char* testname, in EmitAndCheck() argument 197 DumpAndCheck(managed_code, testname, results); in EmitAndCheck() 200 void EmitAndCheck(ArmVIXLJNIMacroAssembler* assembler, const char* testname) { in EmitAndCheck() argument 202 std::map<std::string, const char* const*>::iterator results = test_results.find(testname); in EmitAndCheck() [all …]
|