Searched refs:ScopedSuspendAllocations (Results 1 – 1 of 1) sorted by relevance
2415 class ScopedSuspendAllocations { class2417 ScopedSuspendAllocations(art::Runtime* runtime, RedefinitionDataHolder& h) in ScopedSuspendAllocations() function in openjdkjvmti::ScopedSuspendAllocations2433 ~ScopedSuspendAllocations() REQUIRES_SHARED(art::Locks::mutator_lock_) { in REQUIRES_SHARED()2442 DISALLOW_COPY_AND_ASSIGN(ScopedSuspendAllocations);2483 ScopedSuspendAllocations suspend_alloc(runtime_, holder); in Run()