Searched refs:PauseAllocations (Results 1 – 3 of 3) sorted by relevance
89 void PauseAllocations(art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_);
163 void AllocationManager::PauseAllocations(art::Thread* self) { in PauseAllocations() function in openjdkjvmti::AllocationManager
2428 AllocationManager::Get()->PauseAllocations(art::Thread::Current()); in ScopedSuspendAllocations()