Searched refs:HandleWrapperObjPtr (Results 1 – 18 of 18) sorted by relevance
48 class HandleWrapperObjPtr : public MutableHandle<T> {50 HandleWrapperObjPtr(ObjPtr<T>* obj, const MutableHandle<T>& handle) in HandleWrapperObjPtr() function53 HandleWrapperObjPtr(const HandleWrapperObjPtr&) = default;55 ~HandleWrapperObjPtr() { in ~HandleWrapperObjPtr()
104 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldGetCommon()163 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()214 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(®)); in DoFieldPutCommon()215 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
34 template<class T> class HandleWrapperObjPtr; variable183 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
139 inline HandleWrapperObjPtr<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper( in NewHandleWrapper()141 return HandleWrapperObjPtr<T>(object, NewHandle(*object)); in NewHandleWrapper()
123 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeInterpreted()131 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver)); in ReflectionTestMakeInterpreted()
118 HandleWrapperObjPtr<mirror::Class> referrer_wrapper = hs.NewHandleWrapper(&referrer); in ResolveType()
666 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class)); in InvokeMethod()
631 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(&klass)); in GetAndInitializeDeclaringClass()
3934 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&receiver)); in PrepareInvokeMethod()3935 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&c)); in PrepareInvokeMethod()
162 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o)); in JniMethodEndWithReferenceHandleResult()
59 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in AllocObjectWithAllocator()
1733 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(klass)); in AllocateInternalWithGc()3131 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in PushOnAllocationStackWithInternalGC()3150 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in PushOnThreadLocalAllocationStackWithInternalGC()3786 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in RequestConcurrentGCAndSaveObject()
134 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f)); in CheckReceiver()135 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&declaring_class)); in CheckReceiver()
479 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodToCall()581 HandleWrapperObjPtr<mirror::Object> h_this(hs.NewHandleWrapper(this_object)); in FindMethodFromCode()
218 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()403 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()1672 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&o); in DoCallCommon()
659 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class)); in ArtInterpreterToInterpreterBridge()
149 HandleWrapperObjPtr<mirror::Class> h_class = hs.NewHandleWrapper(&found); in UnstartedRuntimeFindClass()
2076 HandleWrapperObjPtr<mirror::String> h(hs.NewHandleWrapper(&s)); in GetStringCritical()