Home
last modified time | relevance | path

Searched refs:NewHandleWrapper (Results 1 – 21 of 21) sorted by relevance

/art/runtime/
Dcommon_dex_operations.h101 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldGetCommon()
160 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
163 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>( 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.h124 inline HandleWrapper<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper(T** object) { in NewHandleWrapper() function
129 inline HandleWrapperObjPtr<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper( in NewHandleWrapper() function
Dhandle_scope.h221 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
225 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
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()
Dintern_table.cc245 auto h = hs.NewHandleWrapper(&s); in Insert()
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_field_entrypoints.cc50 HandleWrapper<mirror::Object> h(hs.NewHandleWrapper(obj)); in FindInstanceField()
134 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
165 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
Dquick_jni_entrypoints.cc162 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o)); in JniMethodEndWithReferenceHandleResult()
Dquick_trampoline_entrypoints.cc1407 hs.NewHandleWrapper(virtual_or_interface ? &receiver : &dummy)); in artQuickResolutionTrampoline()
/art/runtime/gc/
Dheap-inl.h59 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in AllocObjectWithAllocator()
241 auto klass_wrapper = hs.NewHandleWrapper(klass); in AllocLargeObject()
Dallocation_record.cc276 auto obj_wrapper = hs.NewHandleWrapper(obj); in RecordAllocation()
/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/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()
Dinterpreter_switch_impl.cc146 hs.NewHandleWrapper(LIKELY(save_ref == nullptr) ? &null_obj : save_ref->GetGCRoot())); in DoDexPcMoveEvent()
/art/openjdkjvmti/
Devents.cc296 auto h = hs.NewHandleWrapper(obj); in ObjectAllocated()
/art/compiler/driver/
Dcompiler_driver.cc2622 auto h_klass = hs.NewHandleWrapper(&klass); in operator ()()