HomeSort by relevance Sort by last modified time
    Searched defs:thread_peer (Results 1 - 2 of 2) sorted by null

  /art/openjdkjvmti/
ti_thread.cc 157 jthread thread_peer; local
159 thread_peer = nullptr;
161 thread_peer = soa.AddLocalReference<jthread>(self->GetPeer());
164 *thread_ptr = thread_peer;
    [all...]
  /art/runtime/
debugger.cc 457 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
    [all...]

Completed in 208 milliseconds