Searched refs:GetTopHandleScope (Results 1 – 4 of 4) sorted by relevance
46 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()200 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
894 BaseHandleScope* GetTopHandleScope() { in GetTopHandleScope() function
529 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()
2014 *handle_scope = HandleScope::Create(sp8_table, self->GetTopHandleScope(), in LayoutCalleeSaveFrame()