Home
last modified time | relevance | path

Searched refs:AttachAgent (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMDebug.cc591 Runtime::Current()->AttachAgent(env, filename, classloader); in VMDebug_nativeAttachAgent()
/art/adbconnection/
Dadbconnection.cc823 runtime->AttachAgent(/* env= */ nullptr, in AttachJdwpAgent()
/art/runtime/
Druntime.h785 void AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader);
Druntime.cc1777 void Runtime::AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader) { in AttachAgent() function in art::Runtime