Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h125 enum FindFieldType { enum
136 template<FindFieldType type, bool access_check>
148 uint32_t field_idx, ArtMethod* referrer, FindFieldType type, size_t expected_size)
Dentrypoint_utils-inl.h317 template<FindFieldType type, bool access_check>
613 inline ArtField* FindFieldFast(uint32_t field_idx, ArtMethod* referrer, FindFieldType type, in FindFieldFast()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc30 inline constexpr bool FindFieldTypeIsRead(FindFieldType type) { in FindFieldTypeIsRead()
40 template<FindFieldType type, bool kAccessCheck>
/art/runtime/interpreter/
Dinterpreter_common.h713 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check>
725 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,
Dinterpreter_common.cc39 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check>
232 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,