Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc49 void DumpAndCheck(std::vector<uint8_t>& code, const char* testname, const std::string& expected) { in DumpAndCheck() argument
51 std::string obj_file = scratch_dir_->GetPath() + testname + ".o"; in DumpAndCheck()
69 printf("C++ formatted disassembler output for %s:\n%s\n", testname, out.c_str()); in DumpAndCheck()
76 void EmitAndCheck(const char* testname, const char* expected) { in EmitAndCheck() argument
83 DumpAndCheck(managed_code, testname, expected); in EmitAndCheck()