Home
last modified time | relevance | path

Searched refs:handle_scope_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1959 fsc.ComputeLayout(self, managed_sp, shorty, shorty_len, &handle_scope_); in BuildGenericJniFrameVisitor()
1975 handle_scope_); in BuildGenericJniFrameVisitor()
1993 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()
1997 return handle_scope_->GetHandle(0).ToJObject(); in GetFirstHandleScopeJObject()
2007 handle_scope_(handle_scope), in FillJniCall()
2015 handle_scope_ = scope; in Reset()
2021 size_t expected_slots = handle_scope_->NumberOfReferences(); in ResetRemainingScopeSlots()
2023 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()
2037 HandleScope* handle_scope_; member in art::BuildGenericJniFrameVisitor::FillJniCall
2042 HandleScope* handle_scope_; member in art::BuildGenericJniFrameVisitor
[all …]
/art/compiler/jni/
Djni_compiler_test.cc536 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
540 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()
545 BaseHandleScope* const handle_scope_; member