Searched refs:ScopedSuspendAllocations (Results 1 – 1 of 1) sorted by relevance
2416 class ScopedSuspendAllocations { class2418 ScopedSuspendAllocations(art::Runtime* runtime, RedefinitionDataHolder& h) in ScopedSuspendAllocations() function in openjdkjvmti::ScopedSuspendAllocations2434 ~ScopedSuspendAllocations() REQUIRES_SHARED(art::Locks::mutator_lock_) { in REQUIRES_SHARED()2443 DISALLOW_COPY_AND_ASSIGN(ScopedSuspendAllocations);2484 ScopedSuspendAllocations suspend_alloc(runtime_, holder); in Run()