Searched refs:Attach (Results 1 - 8 of 8) sorted by relevance

/art/runtime/ti/
H A Dagent.h59 std::unique_ptr<Agent> Attach(JNIEnv* env,
H A Dagent.cc56 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env, function in class:art::ti::AgentSpec
/art/runtime/
H A Dthread.h170 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_group,
173 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_peer);
1285 static Thread* Attach(const char* thread_name,
H A Dthread.cc775 Thread* Thread::Attach(const char* thread_name, bool as_daemon, PeerAction peer_action) { function in class:art::Thread
831 Thread* Thread::Attach(const char* thread_name, function in class:art::Thread
864 return Attach(thread_name, as_daemon, create_peer_action);
867 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { function in class:art::Thread
880 return Attach(thread_name, as_daemon, set_peer_action);
H A Druntime.cc1424 Thread* self = Thread::Attach("main", false, nullptr, false);
1658 // Attach a new agent and add it to the list of runtime agents
1677 std::unique_ptr<ti::Agent> agent = agent_spec.Attach(env, class_loader, &res, &error, &error_msg);
1918 Thread* self = Thread::Attach(thread_name, as_daemon, thread_group, create_peer);
/art/dt_fd_forward/
H A Ddt_fd_forward.cc674 static jdwpTransportError Attach(jdwpTransportEnv* env, function in class:dt_fd_forward::JdwpTransportFunctions
746 JdwpTransportFunctions::Attach,
/art/adbconnection/
H A Dadbconnection.cc179 art::Thread* self = art::Thread::Attach(kAdbConnectionThreadName,
183 // The name in Attach() is only for logging. Set the thread name. This is important so
/art/openjdkjvmti/
H A Dti_thread.cc713 // We already have a peer. So call our special Attach function.
714 art::Thread* self = art::Thread::Attach(data->name.c_str(), true, data->thread);
716 // The name in Attach() is only for logging. Set the thread name. This is important so

Completed in 3273 milliseconds