Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc2416 class ScopedSuspendAllocations { class
2418 ScopedSuspendAllocations(art::Runtime* runtime, RedefinitionDataHolder& h) in ScopedSuspendAllocations() function in openjdkjvmti::ScopedSuspendAllocations
2434 ~ScopedSuspendAllocations() REQUIRES_SHARED(art::Locks::mutator_lock_) { in REQUIRES_SHARED()
2443 DISALLOW_COPY_AND_ASSIGN(ScopedSuspendAllocations);
2484 ScopedSuspendAllocations suspend_alloc(runtime_, holder); in Run()