Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dassembler_test_base.h210 std::string cmd = Join(args, ' '); in Assemble() local
246 std::string cmd = Join(args, ' '); in Objdump() local
326 std::string cmd = Join(args, ' '); in DisassembleBinary() local
Dassembler_thumb_test.cc104 char cmd[1024]; in dump() local
/art/compiler/dwarf/
Ddwarf_test.h97 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
/art/runtime/
Dutils.cc1038 static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { in RunCommand()
/art/runtime/jdwp/
Djdwp_handler.cc1406 uint8_t cmd; member