Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhandle_scope-inl.h49 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()
216 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
H A Dthread.h911 BaseHandleScope* GetTopHandleScope() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTopHandleScope() function
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc610 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
614 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()