Searched refs:klass_index (Results 1 – 1 of 1) sorted by relevance
874 art::mirror::ClassLoader* GetSourceClassLoader(jint klass_index) const in GetSourceClassLoader()876 return art::down_cast<art::mirror::ClassLoader*>(GetSlot(klass_index, kSlotSourceClassLoader)); in GetSourceClassLoader()878 art::mirror::Object* GetJavaDexFile(jint klass_index) const in GetJavaDexFile()880 return GetSlot(klass_index, kSlotJavaDexFile); in GetJavaDexFile()882 art::mirror::LongArray* GetNewDexFileCookie(jint klass_index) const in GetNewDexFileCookie()884 return art::down_cast<art::mirror::LongArray*>(GetSlot(klass_index, kSlotNewDexFileCookie)); in GetNewDexFileCookie()886 art::mirror::DexCache* GetNewDexCache(jint klass_index) const in GetNewDexCache()888 return art::down_cast<art::mirror::DexCache*>(GetSlot(klass_index, kSlotNewDexCache)); in GetNewDexCache()890 art::mirror::Class* GetMirrorClass(jint klass_index) const in GetMirrorClass()892 return art::down_cast<art::mirror::Class*>(GetSlot(klass_index, kSlotMirrorClass)); in GetMirrorClass()[all …]