Searched refs:ParseArgs (Results 1 – 8 of 8) sorted by relevance
/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/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 155 void ParseArgs(int argc, char **argv) { in ParseArgs() function in art::dexoptanalyzer::DexoptAnalyzer 485 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/veridex/ |
D | veridex.cc | 95 static void ParseArgs(VeridexOptions* options, int argc, char** argv) { in ParseArgs() function 137 ParseArgs(&options, argc, argv); in Run()
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 373 static bool ParseArgs(const std::string& start_options, in ParseArgs() function 440 if (!ParseArgs(options, in AgentStart()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 888 switch (ParseArgs(argc, argv)) { in Run() 904 Command ParseArgs(int argc, char** argv) { in ParseArgs() function in art::hiddenapi::HiddenApi
|
/art/profman/ |
D | profman.cc | 327 void ParseArgs(int argc, char **argv) { in ParseArgs() function in art::ProfMan 1958 profman.ParseArgs(argc, argv); in profman()
|
/art/dex2oat/ |
D | dex2oat.cc | 1014 void ParseArgs(int argc, char** argv) { in ParseArgs() function in art::Dex2Oat 3101 dex2oat->ParseArgs(argc, argv); in Dex2oat()
|