Searched refs:handle_scope_ (Results 1 – 4 of 4) sorted by relevance
76 VariableSizedHandleScope* handle_scope_;
30 handle_scope_(handles) { in HSelectGenerator()148 ReferenceTypePropagation::FixUpInstructionType(select, handle_scope_); in Run()
2158 &handle_scope_, in BuildGenericJniFrameVisitor()2162 jni_call_.Reset(start_gpr_reg, start_fpr_reg, start_stack_arg, handle_scope_); in BuildGenericJniFrameVisitor()2180 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()2184 return handle_scope_->GetHandle(0).ToJObject(); in GetFirstHandleScopeJObject()2198 handle_scope_(handle_scope), in FillJniCall()2206 handle_scope_ = scope; in Reset()2212 size_t expected_slots = handle_scope_->NumberOfReferences(); in ResetRemainingScopeSlots()2214 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()2228 HandleScope* handle_scope_; member in art::FINAL::FINAL2233 HandleScope* handle_scope_; member in art::FINAL[all …]
529 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()533 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()538 BaseHandleScope* const handle_scope_; member