Searched refs:DoFieldGetCommon (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | method_handles.cc | 789 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()
|
D | common_dex_operations.h | 93 static ALWAYS_INLINE bool DoFieldGetCommon(Thread* self, in DoFieldGetCommon() function
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 538 if (UNLIKELY(!DoFieldGetCommon<field_type>(self, shadow_frame, obj, f, &result))) { in DoFieldGet()
|