Searched refs:kIndexTypeRef (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 50 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer… 53 …V(0x1F, CHECK_CAST, "check-cast", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerif… 54 …V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer… 56 …V(0x22, NEW_INSTANCE, "new-instance", k21c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRe… 57 …V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | k… 58 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, k… 59 …V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, kIndexTypeRef, kContinue | kThrow,…
|
D | dex_instruction.h | 132 kIndexTypeRef, // type reference index enumerator
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1062 case Instruction::kIndexTypeRef: in GetIdFromInstruction()
|
D | dexlayout.cc | 406 case Instruction::kIndexTypeRef: in IndexString()
|
/art/dexdump/ |
D | dexdump.cc | 850 case Instruction::kIndexTypeRef: in indexString()
|