Searched refs:PauseForAllocation (Results 1 – 2 of 2) sorted by relevance
54 void AllocationManager::PauseForAllocation(art::Thread* self, T msg) { in PauseForAllocation() function in openjdkjvmti::AllocationManager102 manager_->PauseForAllocation(self, [&]() REQUIRES_SHARED(art::Locks::mutator_lock_) { in PreObjectAllocated()194 PauseForAllocation(self, []() { return "request to pause allocations on other threads"; }); in PauseAllocations()
97 void PauseForAllocation(art::Thread* self, T msg) REQUIRES_SHARED(art::Locks::mutator_lock_);