Home
last modified time | relevance | path

Searched refs:ResumeAllocations (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dalloc_manager.h90 void ResumeAllocations(art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_);
Dalloc_manager.cc208 void AllocationManager::ResumeAllocations(art::Thread* self) { in ResumeAllocations() function in openjdkjvmti::AllocationManager
Dti_redefine.cc2436 AllocationManager::Get()->ResumeAllocations(art::Thread::Current()); in REQUIRES_SHARED()