Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h49 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()
213 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
Dthread.h898 BaseHandleScope* GetTopHandleScope() { in GetTopHandleScope() function
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc234 HandleScope* handle_scope = down_cast<HandleScope*>(self->GetTopHandleScope()); in GenericJniMethodEnd()
Dquick_trampoline_entrypoints.cc1827 HandleScope::Create(storage, self->GetTopHandleScope(), num_handle_scope_references_); in ComputeLayout()
2250 BaseHandleScope* handle_scope = self->GetTopHandleScope(); in artQuickGenericJniEndTrampoline()
/art/compiler/jni/
Djni_compiler_test.cc536 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
540 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()
556 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences()