Home
last modified time | relevance | path

Searched refs:InitPeer (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.cc468 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer()
470 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer()
481 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer() function in art::Thread
Dthread.h865 void InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group,