Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h222 std::string cmd = Join(args, ' '); in Assemble() local
258 std::string cmd = Join(args, ' '); in Objdump() local
338 std::string cmd = Join(args, ' '); in DisassembleBinary() local
Dassembler_thumb_test.cc119 char cmd[1024]; in DumpAndCheck() local
/art/compiler/debug/dwarf/
Ddwarf_test.h87 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
/art/runtime/
Dutils.cc1042 static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { in RunCommand()
/art/runtime/jdwp/
Djdwp_handler.cc1432 uint8_t cmd; member