Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h46 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()
200 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
Dthread.h894 BaseHandleScope* GetTopHandleScope() { in GetTopHandleScope() function
/art/compiler/jni/
Djni_compiler_test.cc529 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
533 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()
549 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2014 *handle_scope = HandleScope::Create(sp8_table, self->GetTopHandleScope(), in LayoutCalleeSaveFrame()