Home
last modified time | relevance | path

Searched defs:ScopedCheckHandleScope (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc609 struct ScopedCheckHandleScope { struct
610 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope() argument
613 ~ScopedCheckHandleScope() { in ~ScopedCheckHandleScope()
619 BaseHandleScope* const handle_scope_;