Home | History | Annotate | Download | only in jni

Lines Matching refs:GetTopHandleScope

530   ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) {
534 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope())
550 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) {