Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h105 enum FindFieldType { enum
116 template<FindFieldType type, bool access_check>
135 FindFieldType type,
Dentrypoint_utils-inl.h313 template<FindFieldType type, bool access_check>
603 inline ArtField* FindFieldFast(uint32_t field_idx, ArtMethod* referrer, FindFieldType type, in FindFieldFast()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc31 inline constexpr bool FindFieldTypeIsRead(FindFieldType type) { in FindFieldTypeIsRead()
41 template<FindFieldType type, bool kAccessCheck>
/art/runtime/interpreter/
Dinterpreter_common.h300 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,
313 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,