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()
124 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow()
136 Runtime::Current()->AddSystemWeakHolder(&cswh); in TEST_F()
138 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
147 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
161 Runtime::Current()->AddSystemWeakHolder(&cswh); in TEST_F()
163 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
168 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
181 Runtime::Current()->AddSystemWeakHolder(&cswh); in TEST_F()
183 ScopedObjectAccess soa(Thread::Current()); in TEST_F()
192 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
204 Runtime::Current()->RemoveSystemWeakHolder(&cswh); in TEST_F()
207 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()