Lines Matching refs:Current
76 MutexLock mu(Thread::Current(), allow_disallow_lock_); in Sweep()
87 Thread* self = Thread::Current(); in Get()
97 Thread* self = Thread::Current(); in Set()
111 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesAllowOrBroadcast()
125 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow()
137 Runtime::Current()->AddSystemWeakHolder(&cswh); in TEST_F()
139 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
148 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
162 Runtime::Current()->AddSystemWeakHolder(&cswh); in TEST_F()
164 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
169 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
182 Runtime::Current()->AddSystemWeakHolder(&cswh); in TEST_F()
184 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
193 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
205 Runtime::Current()->RemoveSystemWeakHolder(&cswh); in TEST_F()
208 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()