Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc99 #define EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(_find_type, _field_type) \ macro
104 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() function
105 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimByte) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
106 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimChar) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
107 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimShort) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
108 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimInt) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
109 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstancePrimitiveRead, Primitive::kPrimLong) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
110 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstanceObjectRead, Primitive::kPrimNot) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
113 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimBoolean) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
114 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimByte) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
[all …]