Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h51 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope()), in StackHandleScope()
220 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
Dthread.h1179 BaseHandleScope* GetTopHandleScope() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTopHandleScope() function
/art/compiler/jni/
Djni_compiler_test.cc579 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
583 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()