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

  /art/runtime/
thread.h 172 mirror::Object* thread_peer)
    [all...]
debugger.cc 477 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error); local
478 if (thread_peer == nullptr) {
485 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
492 Thread* thread = Thread::FromManagedThread(soa, thread_peer);
3635 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); local
    [all...]
thread.cc 288 mirror::Object* thread_peer) {
290 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer)));
    [all...]

Completed in 152 milliseconds