Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h94 std::string disassembler_tool = FindTool(disassembler_cmd_name_); in CheckTools() local
95 if (!FileExists(disassembler_tool)) { in CheckTools()
97 LOG(ERROR) << "FindTool returned " << disassembler_tool; in CheckTools()