Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc320 static ALWAYS_INLINE uint32_t GetMemberDexIndex(ArtField* field) { in GetMemberDexIndex() function
324 static ALWAYS_INLINE uint32_t GetMemberDexIndex(ArtMethod* method) in GetMemberDexIndex() function
375 uint32_t member_index = GetMemberDexIndex(member); in GetDexFlags()