Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc876 return art::down_cast<art::mirror::ClassLoader*>(GetSlot(klass_index, kSlotSourceClassLoader)); in GetSourceClassLoader()
880 return GetSlot(klass_index, kSlotJavaDexFile); in GetJavaDexFile()
884 return art::down_cast<art::mirror::LongArray*>(GetSlot(klass_index, kSlotNewDexFileCookie)); in GetNewDexFileCookie()
888 return art::down_cast<art::mirror::DexCache*>(GetSlot(klass_index, kSlotNewDexCache)); in GetNewDexCache()
892 return art::down_cast<art::mirror::Class*>(GetSlot(klass_index, kSlotMirrorClass)); in GetMirrorClass()
897 return art::down_cast<art::mirror::Object*>(GetSlot(klass_index, kSlotOrigDexFile)); in GetOriginalDexFile()
903 GetSlot(klass_index, kSlotOldObsoleteMethods)); in GetOldObsoleteMethods()
909 GetSlot(klass_index, kSlotOldDexCaches)); in GetOldDexCaches()
971 art::mirror::Object* GetSlot(jint klass_index, in GetSlot() function in openjdkjvmti::RedefinitionDataHolder