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

  /art/runtime/
debugger.cc 251 mirror::Object* thread_peer = gRegistry->Get<mirror::Object*>(thread_id); local
252 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) {
258 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
263 thread = Thread::FromManagedThread(soa, thread_peer);
2412 jobject thread_peer = gRegistry->GetJObject(thread_id); local
    [all...]
thread.h 119 mirror::Object* thread_peer)
thread.cc 185 mirror::Object* thread_peer) {
187 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetInt(thread_peer)));
    [all...]

Completed in 376 milliseconds