Searched refs:klass_index (Results 1 – 1 of 1) sorted by relevance
1220 art::ObjPtr<art::mirror::ClassLoader> GetSourceClassLoader(jint klass_index) const in GetSourceClassLoader()1223 GetSlot(klass_index, kSlotSourceClassLoader)); in GetSourceClassLoader()1225 art::ObjPtr<art::mirror::Object> GetJavaDexFile(jint klass_index) const in GetJavaDexFile()1227 return GetSlot(klass_index, kSlotJavaDexFile); in GetJavaDexFile()1229 art::ObjPtr<art::mirror::LongArray> GetNewDexFileCookie(jint klass_index) const in GetNewDexFileCookie()1232 GetSlot(klass_index, kSlotNewDexFileCookie)); in GetNewDexFileCookie()1234 art::ObjPtr<art::mirror::DexCache> GetNewDexCache(jint klass_index) const in GetNewDexCache()1236 return art::ObjPtr<art::mirror::DexCache>::DownCast(GetSlot(klass_index, kSlotNewDexCache)); in GetNewDexCache()1238 art::ObjPtr<art::mirror::Class> GetMirrorClass(jint klass_index) const in GetMirrorClass()1240 return art::ObjPtr<art::mirror::Class>::DownCast(GetSlot(klass_index, kSlotMirrorClass)); in GetMirrorClass()[all …]