Home
last modified time | relevance | path

Searched refs:AllocationManager (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dalloc_manager.cc54 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()
[all …]
Dalloc_manager.h55 class AllocationManager; variable
59 explicit JvmtiAllocationListener(AllocationManager* manager) : manager_(manager) {} in JvmtiAllocationListener()
69 AllocationManager* manager_;
72 class AllocationManager {
82 AllocationManager();
87 static AllocationManager* Get();
Devents.cc315 class JvmtiEventAllocationListener : public AllocationManager::AllocationCallback {
357 AllocationManager::Get()->EnableAllocationCallback(soa.Self()); in SetupObjectAllocationTracking()
359 AllocationManager::Get()->DisableAllocationCallback(soa.Self()); in SetupObjectAllocationTracking()
1667 AllocationManager::Get()->RemoveAllocListener(); in Shutdown()
1675 AllocationManager::Get()->SetAllocListener(alloc_listener_.get());
DOpenjdkJvmTi.cc83 AllocationManager* gAllocManager;
1449 gAllocManager = new AllocationManager; in ArtPlugin_Initialize()
Dti_redefine.cc2428 AllocationManager::Get()->PauseAllocations(art::Thread::Current()); in ScopedSuspendAllocations()
2436 AllocationManager::Get()->ResumeAllocations(art::Thread::Current()); in REQUIRES_SHARED()