Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc234 HandleScope* handle_scope = down_cast<HandleScope*>(self->GetTopHandleScope()); in GenericJniMethodEnd() local
Dquick_trampoline_entrypoints.cc1844 HandleScope** handle_scope) REQUIRES_SHARED(Locks::mutator_lock_) { in ComputeLayout()
2031 HandleScope* handle_scope, bool critical_native) in FillJniCall()
2276 BaseHandleScope* handle_scope = self->GetTopHandleScope(); in artQuickGenericJniEndTrampoline() local
/art/runtime/
Dthread.h907 void PushHandleScope(BaseHandleScope* handle_scope) { in PushHandleScope()
913 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local
936 BaseReflectiveHandleScope* handle_scope = tlsPtr_.top_reflective_handle_scope; in PopReflectiveHandleScope() local
Dcommon_runtime_test.cc354 VariableSizedHandleScope* handle_scope) { in FillHeap()
/art/compiler/optimizing/
Dreference_type_propagation.cc808 VariableSizedHandleScope* handle_scope) { in FixUpInstructionType()