Home
last modified time | relevance | path

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

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