HomeSort by relevance Sort by last modified time
    Searched refs:FindFieldType (Results 1 - 5 of 5) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.h 105 enum FindFieldType {
116 template<FindFieldType type, bool access_check>
135 FindFieldType type,
entrypoint_utils-inl.h 313 template<FindFieldType type, bool access_check>
603 inline ArtField* FindFieldFast(uint32_t field_idx, ArtMethod* referrer, FindFieldType type,
    [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 31 inline constexpr bool FindFieldTypeIsRead(FindFieldType type) {
41 template<FindFieldType type, bool kAccessCheck>
  /art/runtime/interpreter/
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,
interpreter_common.cc 49 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,
261 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,
    [all...]

Completed in 1441 milliseconds