Home
last modified time | relevance | path

Searched refs:agent (Results 26 – 33 of 33) sorted by relevance

12

/art/test/901-hello-ti-agent/
Dexpected.txt1 Loaded Agent for test 901-hello-ti-agent
/art/test/utils/
Dregen-test-files72 art-run-test-1909-per-agent-tls
205 art-run-test-901-hello-ti-agent
232 art-run-test-931-agent-thread
253 art-run-test-987-agent-bind
/art/test/
Drun-test295 run_args+=(--debug-wrap-agent)
300 run_args+=(--with-agent "$1")
305 run_args+=(--debug-agent "$1")
/art/runtime/jni/
Djava_vm_ext.cc1116 for (const std::unique_ptr<ti::Agent>& agent : Runtime::Current()->GetAgents()) { in FindCodeForNativeMethodInAgents() local
1117 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents()
1120 << " (symbol: " << jni_short_name << ") in " << *agent; in FindCodeForNativeMethodInAgents()
1123 fn = agent->FindSymbol(jni_long_name); in FindCodeForNativeMethodInAgents()
1126 << " (symbol: " << jni_long_name << ") in " << *agent; in FindCodeForNativeMethodInAgents()
/art/tools/
Drun-jdwp-tests.sh171 elif [[ $1 == --agent-wrapper ]]; then
/art/runtime/native/
Ddalvik_system_VMDebug.cc563 static void VMDebug_nativeAttachAgent(JNIEnv* env, jclass, jstring agent, jobject classloader) { in VMDebug_nativeAttachAgent() argument
564 if (agent == nullptr) { in VMDebug_nativeAttachAgent()
578 ScopedUtfChars chars(env, agent); in VMDebug_nativeAttachAgent()
/art/runtime/
Druntime.cc452 for (auto& agent : agents_) { in ~Runtime() local
453 agent->Unload(); in ~Runtime()
1758 std::unique_ptr<ti::Agent> agent = agent_spec.Load(&res, &error, &err); in Init() local
1760 if (agent != nullptr) { in Init()
1761 agents_.push_back(std::move(agent)); in Init()
1860 std::unique_ptr<ti::Agent> agent = agent_spec.Attach(env, class_loader, &res, &error, &error_msg); in AttachAgent() local
1862 if (agent != nullptr) { in AttachAgent()
1863 agents_.push_back(std::move(agent)); in AttachAgent()
DAndroid.bp242 "ti/agent.cc",

12