Home
last modified time | relevance | path

Searched refs:PauseForAllocation (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dalloc_manager.cc54 void AllocationManager::PauseForAllocation(art::Thread* self, T msg) { in PauseForAllocation() function in openjdkjvmti::AllocationManager
102 manager_->PauseForAllocation(self, [&]() REQUIRES_SHARED(art::Locks::mutator_lock_) { in PreObjectAllocated()
194 PauseForAllocation(self, []() { return "request to pause allocations on other threads"; }); in PauseAllocations()
Dalloc_manager.h97 void PauseForAllocation(art::Thread* self, T msg) REQUIRES_SHARED(art::Locks::mutator_lock_);