Searched refs:handle_scope_ (Results 1 – 4 of 4) sorted by relevance
76 VariableSizedHandleScope* handle_scope_;
31 handle_scope_(handles) { in HSelectGenerator()166 ReferenceTypePropagation::FixUpInstructionType(select, handle_scope_); in Run()
1985 fsc.ComputeLayout(self, managed_sp, shorty, shorty_len, &handle_scope_); in BuildGenericJniFrameVisitor()2001 handle_scope_); in BuildGenericJniFrameVisitor()2019 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()2023 return handle_scope_->GetHandle(0).ToJObject(); in GetFirstHandleScopeJObject()2033 handle_scope_(handle_scope), in FillJniCall()2041 handle_scope_ = scope; in Reset()2047 size_t expected_slots = handle_scope_->NumberOfReferences(); in ResetRemainingScopeSlots()2049 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()2063 HandleScope* handle_scope_; member in art::BuildGenericJniFrameVisitor::FillJniCall2068 HandleScope* handle_scope_; member in art::BuildGenericJniFrameVisitor[all …]
530 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()534 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()539 BaseHandleScope* const handle_scope_; member