Searched refs:GetArtFieldIndex (Results 1 – 2 of 2) sorted by relevance
48 DCHECK_LT(GetArtFieldIndex(), in GetArtField()51 return declaring_class->GetStaticField(GetArtFieldIndex()); in GetArtField()53 return declaring_class->GetInstanceField(GetArtFieldIndex()); in GetArtField()
42 ALWAYS_INLINE uint32_t GetArtFieldIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtFieldIndex() function