Lines Matching refs:AllocationManager
54 void AllocationManager::PauseForAllocation(art::Thread* self, T msg) { in PauseForAllocation()
81 extern AllocationManager* gAllocManager;
82 AllocationManager* AllocationManager::Get() { in Get()
114 AllocationManager::AllocationManager() in AllocationManager() function in openjdkjvmti::AllocationManager
122 void AllocationManager::DisableAllocationCallback(art::Thread* self) { in DisableAllocationCallback()
127 void AllocationManager::EnableAllocationCallback(art::Thread* self) { in EnableAllocationCallback()
132 void AllocationManager::SetAllocListener(AllocationCallback* callback) { in SetAllocListener()
138 void AllocationManager::RemoveAllocListener() { in RemoveAllocListener()
143 void AllocationManager::DecrListenerInstall(art::Thread* self) { in DecrListenerInstall()
153 void AllocationManager::IncrListenerInstall(art::Thread* self) { in IncrListenerInstall()
163 void AllocationManager::PauseAllocations(art::Thread* self) { in PauseAllocations()
208 void AllocationManager::ResumeAllocations(art::Thread* self) { in ResumeAllocations()