Searched refs:EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.cc | 168 #define EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(_find_type, _field_type) \ macro 175 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() function 176 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimByte) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 177 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimChar) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 178 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimShort) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 179 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimInt) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 180 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimLong) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 181 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstanceObjectRead, Primitive::kPrimNot) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 184 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 185 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimByte) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() [all …]
|