Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h107 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldGetCommon()
168 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
172 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>( in DoFieldPutCommon()
220 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg)); in DoFieldPutCommon()
221 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&obj)); in DoFieldPutCommon()
Dhandle_scope.h179 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
183 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
Dhandle_scope-inl.h136 inline HandleWrapper<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper(T** object) { in NewHandleWrapper() function
141 inline HandleWrapperObjPtr<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper( in NewHandleWrapper() function
Dreflection_test.cc123 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeInterpreted()
131 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver)); in ReflectionTestMakeInterpreted()
Dintern_table.cc234 auto h = hs.NewHandleWrapper(&s); in Insert()
Dclass_linker-inl.h121 HandleWrapperObjPtr<mirror::Class> referrer_wrapper = hs.NewHandleWrapper(&referrer); in ResolveType()
Dreflection.cc705 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class)); in InvokeMethod()
Dmethod_handles.cc638 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(&klass)); in GetAndInitializeDeclaringClass()
Dthread.cc3544 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException()
Dclass_linker.cc2752 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in EnsureResolved()
2787 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&klass)); in EnsureResolved()
/art/runtime/gc/
Dheap-inl.h65 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass); in AllocObjectWithAllocator()
74 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&klass)); in AllocObjectWithAllocator()
277 auto klass_wrapper = hs.NewHandleWrapper(klass); in AllocLargeObject()
Dallocation_record.cc193 auto obj_wrapper = hs.NewHandleWrapper(obj); in RecordAllocation()
Dheap.cc1757 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(klass)); in AllocateInternalWithGc()
3013 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in PushOnAllocationStackWithInternalGC()
3032 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in PushOnThreadLocalAllocationStackWithInternalGC()
3676 HandleWrapperObjPtr<mirror::Object> wrapper(hs.NewHandleWrapper(obj)); in RequestConcurrentGCAndSaveObject()
4111 auto h = hs.NewHandleWrapper(obj); in CheckGcStressMode()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc43 HandleWrapper<mirror::Object> h(hs.NewHandleWrapper(obj)); in FindInstanceField()
124 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
162 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
Dquick_jni_entrypoints.cc185 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o)); in JniMethodEndWithReferenceHandleResult()
Dquick_trampoline_entrypoints.cc1316 hs.NewHandleWrapper(virtual_or_interface ? &receiver : &fake_receiver)); in artQuickResolutionTrampoline()
1366 HandleWrapperObjPtr<mirror::Class> h_called_class(hs.NewHandleWrapper(&called_class)); in artQuickResolutionTrampoline()
/art/runtime/native/
Djava_lang_reflect_Field.cc135 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f)); in CheckReceiver()
136 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&declaring_class)); in CheckReceiver()
/art/runtime/interpreter/
Dinterpreter_common.h597 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj); in DoIGetQuick()
739 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj); in DoIPutQuick()
741 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>( in DoIPutQuick()
Dinterpreter_common.cc1351 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&o); in DoCallCommon()
Dinterpreter_switch_impl-inl.h213 hs.NewHandleWrapper(LIKELY(save_ref == nullptr) ? &null_obj : save_ref->GetGCRoot())); in DoDexPcMoveEvent()
Dunstarted_runtime.cc149 HandleWrapperObjPtr<mirror::Class> h_class = hs.NewHandleWrapper(&found); in UnstartedRuntimeFindClass()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h473 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodToCall()
575 HandleWrapperObjPtr<mirror::Object> h_this(hs.NewHandleWrapper(this_object)); in FindMethodFromCode()
/art/openjdkjvmti/
Devents.cc325 auto h = hs.NewHandleWrapper(obj); in ObjectAllocated()
/art/dex2oat/driver/
Dcompiler_driver.cc2638 auto h_klass = hs.NewHandleWrapper(&klass); in operator ()()
/art/runtime/jni/
Djni_internal.cc1914 HandleWrapperObjPtr<mirror::String> h(hs.NewHandleWrapper(&s)); in GetStringCritical()