Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2370 class ScopedSuspendClassLoading { class
2372 ScopedSuspendClassLoading(art::Thread* self, art::Runtime* runtime, RedefinitionDataHolder& h) in ScopedSuspendClassLoading() function in openjdkjvmti::ScopedSuspendClassLoading
2400 ~ScopedSuspendClassLoading() { in ~ScopedSuspendClassLoading()
2475 ScopedSuspendClassLoading suspend_class_load(self_, runtime_, holder); in Run()