Home
last modified time | relevance | path

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

/aosp12/art/test/2031-zygote-compiled-frame-deopt/
H A Dnative-wait.cc73 runtime->AttachAgent(env, oss.str(), nullptr); in Java_art_Test2031_setupJvmti()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMDebug.cc457 Runtime::Current()->AttachAgent(env, filename, classloader); in VMDebug_nativeAttachAgent()
/aosp12/art/adbconnection/
H A Dadbconnection.cc813 runtime->AttachAgent(/* env= */ nullptr, in AttachJdwpAgent()
/aosp12/art/runtime/
H A Druntime.h870 void AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader);
H A Druntime.cc2058 void Runtime::AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader) { in AttachAgent() function in art::Runtime