Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc789 DoFieldGetCommon<Primitive::kPrimBoolean>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
792 DoFieldGetCommon<Primitive::kPrimByte>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
795 DoFieldGetCommon<Primitive::kPrimChar>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
798 DoFieldGetCommon<Primitive::kPrimShort>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
801 DoFieldGetCommon<Primitive::kPrimInt>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
804 DoFieldGetCommon<Primitive::kPrimLong>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
807 DoFieldGetCommon<Primitive::kPrimInt>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
810 DoFieldGetCommon<Primitive::kPrimLong>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
813 DoFieldGetCommon<Primitive::kPrimNot>(self, shadow_frame, obj, field, result); in MethodHandleFieldGet()
Dcommon_dex_operations.h93 static ALWAYS_INLINE bool DoFieldGetCommon(Thread* self, in DoFieldGetCommon() function
/art/runtime/interpreter/
Dinterpreter_common.h538 if (UNLIKELY(!DoFieldGetCommon<field_type>(self, shadow_frame, obj, f, &result))) { in DoFieldGet()