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 | 60 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 | 685 static jdwpTransportError Attach(jdwpTransportEnv* env, in Attach() function in dt_fd_forward::JdwpTransportFunctions 757 JdwpTransportFunctions::Attach,
|
/art/runtime/ |
D | thread.h | 181 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_group, 184 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_peer); 1303 static Thread* Attach(const char* thread_name,
|
D | thread.cc | 963 Thread* Thread::Attach(const char* thread_name, bool as_daemon, PeerAction peer_action) { in Attach() function in art::Thread 1021 Thread* Thread::Attach(const char* thread_name, in Attach() function in art::Thread 1054 return Attach(thread_name, as_daemon, create_peer_action); in Attach() 1057 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { in Attach() function in art::Thread 1070 return Attach(thread_name, as_daemon, set_peer_action); in Attach()
|
D | runtime.cc | 1494 Thread* self = Thread::Attach("main", false, nullptr, false); in Init() 1790 std::unique_ptr<ti::Agent> agent = agent_spec.Attach(env, class_loader, &res, &error, &error_msg); in AttachAgent() 2037 Thread* self = Thread::Attach(thread_name, as_daemon, thread_group, create_peer); in AttachCurrentThread()
|
/art/adbconnection/ |
D | adbconnection.cc | 177 art::Thread* self = art::Thread::Attach(kAdbConnectionThreadName, in CallbackFunction()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 768 art::Thread* self = art::Thread::Attach(data->name.c_str(), true, data->thread); in AgentCallback()
|