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

/art/compiler/utils/
H A Dassembler_test_base.h92 std::string disassembler = GetDisassembleCommand(); local
93 if (disassembler.length() != 0) {
96 LOG(ERROR) << "Could not find disassembler from " << disassembler_cmd_name_;
103 LOG(INFO) << "No disassembler given.";
110 // disassembler, disassemble both and check whether they have the same mnemonics (in which case
183 // Return the host disassembler command for this test.
298 std::string disassembler = GetDisassembleCommand(); local
299 if (disassembler.length() == 0) {

Completed in 286 milliseconds