Searched refs:AllocationManager (Results 1 – 5 of 5) sorted by relevance
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::AllocationManager122 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 …]
55 class AllocationManager; variable59 explicit JvmtiAllocationListener(AllocationManager* manager) : manager_(manager) {} in JvmtiAllocationListener()69 AllocationManager* manager_;72 class AllocationManager {82 AllocationManager();87 static AllocationManager* Get();
315 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());
83 AllocationManager* gAllocManager;1456 gAllocManager = new AllocationManager; in ArtPlugin_Initialize()
2427 AllocationManager::Get()->PauseAllocations(art::Thread::Current()); in ScopedSuspendAllocations()2435 AllocationManager::Get()->ResumeAllocations(art::Thread::Current()); in REQUIRES_SHARED()