Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_compiler_test.cc535 struct ScopedCheckHandleScope { struct
536 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope() argument
539 ~ScopedCheckHandleScope() { in ~ScopedCheckHandleScope()
545 BaseHandleScope* const handle_scope_;