Lines Matching refs:Current
78 MutexLock mu(Thread::Current(), block_lock_); in Clear()
96 MutexLock mu(Thread::Current(), block_lock_); in RevokeThreadLocalBuffers()
101 Thread* self = Thread::Current(); in RevokeAllThreadLocalBuffers()
105 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
113 MutexLock mu(Thread::Current(), block_lock_); in AssertThreadLocalBuffersAreRevoked()
120 Thread* self = Thread::Current(); in AssertAllThreadLocalBuffersAreRevoked()
124 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
158 MutexLock mu(Thread::Current(), block_lock_); in Walk()
211 Thread* self = Thread::Current(); in GetBytesAllocated()
214 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated()
215 MutexLock mu3(Thread::Current(), block_lock_); in GetBytesAllocated()
229 Thread* self = Thread::Current(); in GetObjectsAllocated()
232 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
233 MutexLock mu3(Thread::Current(), block_lock_); in GetObjectsAllocated()
251 MutexLock mu(Thread::Current(), block_lock_); in AllocNewTlab()