Searched defs:Attach (Results 1 - 3 of 3) sorted by relevance

/art/runtime/ti/
H A Dagent.cc56 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env, function in class:art::ti::AgentSpec
/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/runtime/
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);

Completed in 578 milliseconds