Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc70 self->PopHandleScope(); in PopLocalReferences()
Dquick_trampoline_entrypoints.cc1832 self->PopHandleScope(); in artQuickGenericJniTrampoline()
/art/runtime/
Dhandle_scope-inl.h43 HandleScope* top_handle_scope = self_->PopHandleScope(); in ~StackHandleScope()
Dthread.h732 HandleScope* PopHandleScope() { in PopHandleScope() function