Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h49 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()
234 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
Dthread.h1026 BaseHandleScope* GetTopHandleScope() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTopHandleScope() function
/art/compiler/jni/
Djni_compiler_test.cc580 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
584 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()