Home
last modified time | relevance | path

Searched refs:DoFieldGetCommon (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmethod_handles.cc776 DoFieldGetCommon<Primitive::kPrimBoolean>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
779 DoFieldGetCommon<Primitive::kPrimByte>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
782 DoFieldGetCommon<Primitive::kPrimChar>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
785 DoFieldGetCommon<Primitive::kPrimShort>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
788 DoFieldGetCommon<Primitive::kPrimInt>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
791 DoFieldGetCommon<Primitive::kPrimLong>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
794 DoFieldGetCommon<Primitive::kPrimInt>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
797 DoFieldGetCommon<Primitive::kPrimLong>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
800 DoFieldGetCommon<Primitive::kPrimNot>(self, shadow_frame, obj, field, result); in DoFieldGetForInvokePolymorphic()
Dcommon_dex_operations.h67 static ALWAYS_INLINE void DoFieldGetCommon(Thread* self, in DoFieldGetCommon() function
/art/runtime/interpreter/
Dinterpreter_common.cc68 DoFieldGetCommon<field_type>(self, shadow_frame, obj, f, &result); in DoFieldGet()