Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h870 void AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader);
Druntime.cc2058 void Runtime::AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader) { in AttachAgent() argument
2067 ti::AgentSpec agent_spec(agent_arg); in AttachAgent()