Searched defs:GetObjdumpCommand (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dassembler_test.h187 if (!FileExists(GetObjdumpCommand())) {
190 LOG(INFO) << "Chosen objdump command: " << GetObjdumpCommand();
268 virtual std::string GetObjdumpCommand() { function in class:art::AssemblerTest
411 bool have_objdump = FileExists(GetObjdumpCommand());
412 EXPECT_TRUE(have_objdump) << "Cannot find objdump: " << GetObjdumpCommand();
420 args.push_back(GetObjdumpCommand());

Completed in 47 milliseconds