Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc2415 class ScopedSuspendAllocations { class
2417 ScopedSuspendAllocations(art::Runtime* runtime, RedefinitionDataHolder& h) in ScopedSuspendAllocations() function in openjdkjvmti::ScopedSuspendAllocations
2433 ~ScopedSuspendAllocations() REQUIRES_SHARED(art::Locks::mutator_lock_) { in REQUIRES_SHARED()
2442 DISALLOW_COPY_AND_ASSIGN(ScopedSuspendAllocations);
2483 ScopedSuspendAllocations suspend_alloc(runtime_, holder); in Run()