Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_peer

461                                   ObjPtr<mirror::Object> thread_peer) {
463 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer)));
848 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) {
854 self->tlsPtr_.opeer = soa.Decode<mirror::Object>(thread_peer).Ptr();
856 self->GetJniEnv()->SetLongField(thread_peer,