Searched refs:FindFieldType (Results 1 – 4 of 4) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 105 enum FindFieldType { enum 116 template<FindFieldType type, bool access_check> 135 FindFieldType type,
|
D | entrypoint_utils-inl.h | 313 template<FindFieldType type, bool access_check> 603 inline ArtField* FindFieldFast(uint32_t field_idx, ArtMethod* referrer, FindFieldType type, in FindFieldFast()
|
/art/runtime/entrypoints/quick/ |
D | quick_field_entrypoints.cc | 31 inline constexpr bool FindFieldTypeIsRead(FindFieldType type) { in FindFieldTypeIsRead() 41 template<FindFieldType type, bool kAccessCheck>
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 300 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,
|