Home
last modified time | relevance | path

Searched defs:AttachAgent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
H A DJvmtiHostTest.java154 private class AttachAgent implements Runnable { class in JvmtiHostTest
161 public AttachAgent(ITestDevice device, String pkg, String apk) { in AttachAgent() method in JvmtiHostTest.AttachAgent
/aosp_15_r20/art/runtime/
H A Druntime.cc2268 void Runtime::AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader) { in AttachAgent() function in art::Runtime