Searched refs:testname (Results 1 – 1 of 1) sorted by relevance
50 void DumpAndCheck(std::vector<uint8_t>& code, const char* testname, const std::string& expected) { in DumpAndCheck() argument52 std::string obj_file = scratch_dir_->GetPath() + testname + ".o"; in DumpAndCheck()70 printf("C++ formatted disassembler output for %s:\n%s\n", testname, out.c_str()); in DumpAndCheck()77 void EmitAndCheck(const char* testname, const char* expected) { in EmitAndCheck() argument84 DumpAndCheck(managed_code, testname, expected); in EmitAndCheck()