Searched refs:handle_scope_ (Results 1 – 2 of 2) sorted by relevance
1644 &handle_scope_, in BuildGenericJniFrameVisitor()1648 jni_call_.Reset(start_gpr_reg, start_fpr_reg, start_stack_arg, handle_scope_); in BuildGenericJniFrameVisitor()1664 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()1668 return handle_scope_->GetHandle(0).ToJObject(); in GetFirstHandleScopeJObject()1681 handle_scope_(handle_scope), cur_entry_(0) {} in FillJniCall()1687 handle_scope_ = scope; in Reset()1693 size_t expected_slots = handle_scope_->NumberOfReferences(); in ResetRemainingScopeSlots()1695 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()1701 HandleScope* handle_scope_; member in art::FINAL::FINAL1705 HandleScope* handle_scope_; member in art::FINAL[all …]
2942 handle_scope_(self), in CatchLocationFinder()2943 this_at_throw_(handle_scope_.NewHandle<mirror::Object>(nullptr)), in CatchLocationFinder()3007 StackHandleScope<1> handle_scope_; member in art::CatchLocationFinder