Searched refs:Attach (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ti/ |
D | agent.h | 75 LoadError Attach(/*out*/jint* call_res, /*out*/std::string* error_msg) { in Attach() function
|
/art/runtime/ |
D | thread.h | 161 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_group, 164 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_peer); 1223 static Thread* Attach(const char* thread_name,
|
D | runtime.cc | 1297 Thread* self = Thread::Attach("main", false, nullptr, false); in Init() 1524 ti::Agent::LoadError result = agent.Attach(&res, &error_msg); in AttachAgent() 1770 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != nullptr; in AttachCurrentThread()
|
D | thread.cc | 759 Thread* Thread::Attach(const char* thread_name, bool as_daemon, PeerAction peer_action) { in Attach() function in art::Thread 813 Thread* Thread::Attach(const char* thread_name, in Attach() function in art::Thread 845 return Attach(thread_name, as_daemon, create_peer_action); in Attach() 848 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { in Attach() function in art::Thread 861 return Attach(thread_name, as_daemon, set_peer_action); in Attach()
|
/art/runtime/openjdkjvmti/ |
D | ti_thread.cc | 640 art::Thread* self = art::Thread::Attach("JVMTI Agent thread", true, data->thread); in AgentCallback()
|