Home
last modified time | relevance | path

Searched refs:agent_arg (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h673 void AttachAgent(const std::string& agent_arg);
Druntime.cc1437 void Runtime::AttachAgent(const std::string& agent_arg) { in AttachAgent() argument
1446 ti::Agent agent(agent_arg); in AttachAgent()