Home
last modified time | relevance | path

Searched refs:superclass_idx (Results 1 – 25 of 125) sorted by relevance

12345

/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java246 public int superclass_idx; field in DexFileReader.ClassDefItem
264 item.superclass_idx = b.readUInt(); in readClasses()
DDexClassImpl.java326 return classDefItem.superclass_idx == NO_INDEX ? null in getSuperClass()
327 : stringPool[typeIds[classDefItem.superclass_idx]]; in getSuperClass()
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
DT_a1_1.dfh95 // superclass_idx: 1 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
DT_f1_7.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_8.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_9.dfh97 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_3.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_6.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_2.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_4.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_5.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_12.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_10.dfh97 // superclass_idx: 1 "Ljava/lang/Object;"
DT_f1_11.dfh96 // superclass_idx: 1 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/verify/a3/d/
DT_a3_1.dfh95 // superclass_idx: 1 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/verify/a5/d/
DT_a5_1.dfh95 // superclass_idx: 1 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_2.dfh106 // superclass_idx: 2 "Ljava/lang/Object;"
DT_goto_16_3.dfh106 // superclass_idx: 2 "Ljava/lang/Object;"
DT_goto_16_4.dfh106 // superclass_idx: 2 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_2.dfh106 // superclass_idx: 2 "Ljava/lang/Object;"
DT_goto_32_3.dfh106 // superclass_idx: 2 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_3.dfh99 // superclass_idx: 1 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_3.dfh103 // superclass_idx: 2 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/d/
DT_if_ge_10.dfh110 // superclass_idx: 2 "Ljava/lang/Object;"
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/d/
DT_if_le_9.dfh110 // superclass_idx: 2 "Ljava/lang/Object;"

12345