Lines Matching refs:Current
79 MutexLock mu(Thread::Current(), block_lock_); in Clear()
97 MutexLock mu(Thread::Current(), block_lock_); in RevokeThreadLocalBuffers()
103 Thread* self = Thread::Current(); in RevokeAllThreadLocalBuffers()
107 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
116 MutexLock mu(Thread::Current(), block_lock_); in AssertThreadLocalBuffersAreRevoked()
123 Thread* self = Thread::Current(); in AssertAllThreadLocalBuffersAreRevoked()
127 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
161 MutexLock mu(Thread::Current(), block_lock_); in Walk()
216 Thread* self = Thread::Current(); in GetBytesAllocated()
219 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated()
220 MutexLock mu3(Thread::Current(), block_lock_); in GetBytesAllocated()
234 Thread* self = Thread::Current(); in GetObjectsAllocated()
237 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
238 MutexLock mu3(Thread::Current(), block_lock_); in GetObjectsAllocated()
256 MutexLock mu(Thread::Current(), block_lock_); in AllocNewTlab()