Searched defs:klass_index (Results 1 – 1 of 1) sorted by relevance
/art/openjdkjvmti/ |
D | ti_redefine.cc | 912 void SetSourceClassLoader(jint klass_index, art::mirror::ClassLoader* loader) in SetSourceClassLoader() 916 void SetJavaDexFile(jint klass_index, art::mirror::Object* dexfile) in SetJavaDexFile() 920 void SetNewDexFileCookie(jint klass_index, art::mirror::LongArray* cookie) in SetNewDexFileCookie() 924 void SetNewDexCache(jint klass_index, art::mirror::DexCache* cache) in SetNewDexCache() 928 void SetMirrorClass(jint klass_index, art::mirror::Class* klass) in SetMirrorClass() 932 void SetOriginalDexFile(jint klass_index, art::mirror::Object* bytes) in SetOriginalDexFile() 936 void SetOldObsoleteMethods(jint klass_index, art::mirror::PointerArray* methods) in SetOldObsoleteMethods() 940 void SetOldDexCaches(jint klass_index, art::mirror::ObjectArray<art::mirror::DexCache>* caches) in SetOldDexCaches() 971 art::mirror::Object* GetSlot(jint klass_index, in GetSlot() 977 void SetSlot(jint klass_index, in SetSlot()
|