Home | History | Annotate | Download | only in jni

Lines Matching refs:handle_scope_

530   ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) {
534 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope())
539 BaseHandleScope* const handle_scope_;