HomeSort by relevance Sort by last modified time
    Searched refs:AgentLib (Results 1 - 2 of 2) sorted by null

  /art/test/ti-agent/
common_load.cc 51 struct AgentLib {
71 static AgentLib agents[] = {
87 static AgentLib* FindAgent(char* name) {
88 for (AgentLib& l : agents) {
130 AgentLib* lib = FindAgent(name_option);
152 AgentLib* lib = FindAgent(name_option);
  /art/runtime/
runtime_options.def 126 RUNTIME_OPTIONS_KEY (std::list<ti::Agent>, AgentLib) // -agentlib:<libname>=<options>

Completed in 240 milliseconds