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

/art/openjdkjvmti/
H A Dti_thread.cc157 jthread thread_peer; local
159 thread_peer = nullptr;
161 thread_peer = soa.AddLocalReference<jthread>(self->GetPeer());
164 *thread_ptr = thread_peer;
/art/runtime/
H A Dthread.cc477 ObjPtr<mirror::Object> thread_peer) {
479 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer)));
867 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { argument
873 self->tlsPtr_.opeer = soa.Decode<mirror::Object>(thread_peer).Ptr();
875 self->GetJniEnv()->SetLongField(thread_peer,
476 FromManagedThread(const ScopedObjectAccessAlreadyRunnable& soa, ObjPtr<mirror::Object> thread_peer) argument
H A Ddebugger.cc457 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error); variable
458 if (thread_peer == nullptr) {
466 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
473 Thread* thread = Thread::FromManagedThread(soa, thread_peer);
3774 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); local
3777 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer,

Completed in 2462 milliseconds