Searched defs:AttachAgent (Results 1 – 2 of 2) sorted by relevance
154 private class AttachAgent implements Runnable { class in JvmtiHostTest161 public AttachAgent(ITestDevice device, String pkg, String apk) { in AttachAgent() method in JvmtiHostTest.AttachAgent
2268 void Runtime::AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader) { in AttachAgent() function in art::Runtime