Searched refs:Attach (Results 1 – 10 of 10) sorted by relevance
/art/tools/jvmti-agents/titrace/ |
D | README.md | 44 #### Attach agent to application 46 ##### Option 1: Attach the agent before any app code runs. 53 ##### Option 2: Attach the agent to an already-running app.
|
/art/runtime/ti/ |
D | agent.h | 62 std::unique_ptr<Agent> Attach(JNIEnv* env,
|
D | agent.cc | 57 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env, in Attach() function in art::ti::AgentSpec
|
/art/dt_fd_forward/ |
D | README.md | 7 for Attach. This transport requires an address. The address is a single integer
|
D | dt_fd_forward.cc | 704 static jdwpTransportError Attach(jdwpTransportEnv* env, in Attach() function in dt_fd_forward::JdwpTransportFunctions 776 JdwpTransportFunctions::Attach,
|
/art/runtime/ |
D | thread.h | 273 static Thread* Attach(const char* thread_name, 279 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_peer); 1654 static Thread* Attach(const char* thread_name,
|
D | thread.cc | 1006 Thread* Thread::Attach(const char* thread_name, in Attach() function in art::Thread 1067 Thread* Thread::Attach(const char* thread_name, in Attach() function in art::Thread 1104 return Attach(thread_name, as_daemon, create_peer_action, should_run_callbacks); in Attach() 1107 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { in Attach() function in art::Thread 1117 return Attach(thread_name, as_daemon, set_peer_action, /* should_run_callbacks= */ true); in Attach()
|
D | runtime.cc | 1944 Thread* self = Thread::Attach("main", false, nullptr, false, /* should_run_callbacks= */ true); in Init() 2281 std::unique_ptr<ti::Agent> agent = agent_spec.Attach(env, class_loader, &res, &error, &error_msg); in AttachAgent() 2564 Thread* self = Thread::Attach(thread_name, in AttachCurrentThread()
|
/art/adbconnection/ |
D | adbconnection.cc | 313 art::Thread* self = art::Thread::Attach(kAdbConnectionThreadName, true, data->thr_); in CallbackFunction()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 785 art::Thread* self = art::Thread::Attach(data->name.c_str(), true, data->thread); in AgentCallback()
|