Searched defs:Current (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime.h226 static Runtime* Current() { function in class:art::Runtime
H A Dthread.h107 static Thread* Current() { function
108 // We rely on Thread::Current returning NULL for a detached thread, so it's not obvious
625 static Thread* CurrentFromGdb(); // Like Thread::Current.
702 // off of Thread::Current is easy but getting the address of Thread::Current
703 // is hard. This field can be read off of Thread::Current to give the address.

Completed in 68 milliseconds