Home
last modified time | relevance | path

Searched refs:PauseAllocations (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dalloc_manager.h89 void PauseAllocations(art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_);
Dalloc_manager.cc163 void AllocationManager::PauseAllocations(art::Thread* self) { in PauseAllocations() function in openjdkjvmti::AllocationManager
Dti_redefine.cc2428 AllocationManager::Get()->PauseAllocations(art::Thread::Current()); in ScopedSuspendAllocations()