Home
last modified time | relevance | path

Searched refs:HandleWrapperObjPtr (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Dhandle_scope.h198 class HandleWrapperObjPtr : public MutableHandle<T> {
200 HandleWrapperObjPtr(ObjPtr<T>* obj, const MutableHandle<T>& handle) in HandleWrapperObjPtr() function
203 HandleWrapperObjPtr(const HandleWrapperObjPtr&) = default;
205 ~HandleWrapperObjPtr() { in ~HandleWrapperObjPtr()
225 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
Dcommon_dex_operations.h101 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldGetCommon()
160 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
203 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg)); in DoFieldPutCommon()
204 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
Dhandle_scope-inl.h129 inline HandleWrapperObjPtr<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper( in NewHandleWrapper()
131 return HandleWrapperObjPtr<T>(object, NewHandle(*object)); in NewHandleWrapper()
Dclass_linker-inl.h50 HandleWrapperObjPtr<mirror::Class> h_element_class(hs.NewHandleWrapper(element_class)); in FindArrayClass()
68 HandleWrapperObjPtr<mirror::Class> referrer_wrapper = hs.NewHandleWrapper(&referrer); in ResolveType()
Dreflection_test.cc122 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeExecutable()
130 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver)); in ReflectionTestMakeExecutable()
Dreflection.cc606 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class)); in InvokeMethod()
Dmethod_handles.cc629 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(&klass)); in GetAndInitializeDeclaringClass()
Dthread.cc3347 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException()
Djni_internal.cc1881 HandleWrapperObjPtr<mirror::String> h(hs.NewHandleWrapper(&s)); in GetStringCritical()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc162 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o)); in JniMethodEndWithReferenceHandleResult()
/art/runtime/native/
Djava_lang_reflect_Field.cc132 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f)); in CheckReceiver()
133 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&declaring_class)); in CheckReceiver()
/art/runtime/gc/
Dheap-inl.h59 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in AllocObjectWithAllocator()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h446 HandleWrapperObjPtr<mirror::Object> h_this(hs.NewHandleWrapper(this_object)); in FindMethodFromCode()
494 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodFromCode()
/art/runtime/interpreter/
Dinterpreter.cc619 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class)); in ArtInterpreterToInterpreterBridge()