Searched refs:cmd_line (Results 1 - 2 of 2) sorted by relevance

/art/test/common/
H A Druntime_state.cc89 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); local
90 CHECK(cmd_line != nullptr); // Huh? This should not happen.
94 const char* backend = strstr(cmd_line, kCompilerBackend);
105 const char* filter = strstr(cmd_line, kCompilerFilter);
/art/runtime/
H A Druntime_linux.cc327 const char* cmd_line = GetCmdLine(); local
328 if (cmd_line == nullptr) {
329 cmd_line = "<unset>"; // Because no-one called InitLogging.
343 << "Cmdline: " << cmd_line << "\n"

Completed in 108 milliseconds