Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h125 StaticPrimitiveRead = StaticBit | PrimitiveBit | ReadBit, enumerator
Dentrypoint_utils-inl.h422 EXPLICIT_FIND_FIELD_FROM_CODE_TYPED_TEMPLATE_DECL(StaticPrimitiveRead);
/art/runtime/interpreter/
Dinterpreter_common.cc98 const bool is_static = (find_type == StaticObjectRead) || (find_type == StaticPrimitiveRead); in DoFieldGet()
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()
186 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimChar) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
187 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimShort) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
188 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimInt) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
189 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticPrimitiveRead, Primitive::kPrimLong) in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
Dinterpreter_switch_impl-inl.h1520 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimBoolean, do_access_check, in SGET_BOOLEAN()
1526 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimByte, do_access_check, in SGET_BYTE()
1532 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimChar, do_access_check, in SGET_CHAR()
1538 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimShort, do_access_check, in SGET_SHORT()
1544 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimInt, do_access_check, in SGET()
1550 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimLong, do_access_check, in SGET_WIDE()