Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h80 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldGetCommon()
135 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
171 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg)); in DoFieldPutCommon()
172 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.h220 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
224 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
Dclass_linker-inl.h50 HandleWrapperObjPtr<mirror::Class> h_element_class(hs.NewHandleWrapper(element_class)); in FindArrayClass()
Dreflection_test.cc121 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeExecutable()
129 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver)); in ReflectionTestMakeExecutable()
Dintern_table.cc243 auto h = hs.NewHandleWrapper(&s); in Insert()
Dreflection.cc601 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class)); in InvokeMethod()
Dmethod_handles.cc630 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(&klass)); in GetAndInitializeDeclaringClass()
Ddebugger.cc1901 HandleWrapper<mirror::Object> h_v(hs.NewHandleWrapper(&v)); in SetArtFieldValue()
1902 HandleWrapper<mirror::Object> h_o(hs.NewHandleWrapper(&o)); in SetArtFieldValue()
3990 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper(&receiver)); in PrepareInvokeMethod()
3991 HandleWrapper<mirror::Class> h_klass(hs.NewHandleWrapper(&c)); in PrepareInvokeMethod()
Dthread.cc3000 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException()
Djni_internal.cc1765 HandleWrapperObjPtr<mirror::String> h(hs.NewHandleWrapper(&s)); in GetStringCritical()
Dclass_linker.cc2304 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in EnsureResolved()
2339 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&klass)); in EnsureResolved()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc49 HandleWrapper<mirror::Object> h(hs.NewHandleWrapper(obj)); in FindInstanceField()
128 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
159 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
Dquick_jni_entrypoints.cc165 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o)); in JniMethodEndWithReferenceHandleResult()
Dquick_trampoline_entrypoints.cc1103 hs.NewHandleWrapper(virtual_or_interface ? &receiver : &dummy)); in artQuickResolutionTrampoline()
/art/runtime/gc/
Dheap-inl.h57 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in AllocObjectWithAllocator()
233 auto klass_wrapper = hs.NewHandleWrapper(klass); in AllocLargeObject()
Dallocation_record.cc274 auto obj_wrapper = hs.NewHandleWrapper(obj); in RecordAllocation()
Dheap.cc1669 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(klass)); in AllocateInternalWithGc()
3077 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in PushOnAllocationStackWithInternalGC()
3096 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in PushOnThreadLocalAllocationStackWithInternalGC()
3703 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in RequestConcurrentGCAndSaveObject()
4107 auto h = hs.NewHandleWrapper(obj); in CheckGcStressMode()
/art/runtime/native/
Djava_lang_reflect_Field.cc130 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f)); in CheckReceiver()
131 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&declaring_class)); in CheckReceiver()
/art/runtime/openjdkjvmti/
Devents.cc195 auto h = hs.NewHandleWrapper(obj); in ObjectAllocated()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h451 hs.NewHandleWrapper(type == kStatic ? &null_this : this_object)); in FindMethodFromCode()
519 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodFromCode()
/art/runtime/interpreter/
Dinterpreter_common.cc153 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
326 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
1028 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&o); in DoCallCommon()
Dinterpreter.cc608 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class)); in ArtInterpreterToInterpreterBridge()
/art/compiler/driver/
Dcompiler_driver.cc2439 auto h_klass = hs.NewHandleWrapper(&klass); in operator ()()