Searched refs:ParseArgs (Results 1 – 8 of 8) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 148 void ParseArgs(int argc, char **argv) { in ParseArgs() function in art::dexoptanalyzer::DexoptAnalyzer 406 analyzer.ParseArgs(argc, argv); in dexoptAnalyze()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 330 static bool ParseArgs(const std::string& start_options, in ParseArgs() function 381 if (!ParseArgs(options, /*out*/data)) { in AgentStart()
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 287 static bool ParseArgs(const std::string& options, in ParseArgs() function 309 if (!ParseArgs(options, /*out*/ &prop_file, /*out*/ &agent_lib, /*out*/ &agent_options)) { in AgentStart()
|
/art/tools/veridex/ |
D | veridex.cc | 96 static void ParseArgs(VeridexOptions* options, int argc, char** argv) { in ParseArgs() function 138 ParseArgs(&options, argc, argv); in Run()
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 374 static bool ParseArgs(const std::string& start_options, in ParseArgs() function 441 if (!ParseArgs(options, in AgentStart()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 781 switch (ParseArgs(argc, argv)) { in Run() 797 Command ParseArgs(int argc, char** argv) { in ParseArgs() function in art::hiddenapi::HiddenApi
|
/art/profman/ |
D | profman.cc | 333 void ParseArgs(int argc, char **argv) { in ParseArgs() function in art::ProfMan 2004 profman.ParseArgs(argc, argv); in profman()
|
/art/dex2oat/ |
D | dex2oat.cc | 1045 void ParseArgs(int argc, char** argv) { in ParseArgs() function in art::Dex2Oat 3117 dex2oat->ParseArgs(argc, argv); in Dex2oat()
|