Searched refs:EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.cc | 106 #define EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(_find_type, _field_type) \ macro 111 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() function 112 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimByte) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 113 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimChar) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 114 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimShort) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 115 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimInt) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 116 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimLong) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 117 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstanceObjectRead, Primitive::kPrimNot) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 120 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 121 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimByte) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() [all …]
|