Searched refs:kIndexTypeRef (Results 1 – 5 of 5) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | dex_instruction_list.h | 54 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer… 57 …V(0x1F, CHECK_CAST, "check-cast", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerif… 58 …V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer… 60 …V(0x22, NEW_INSTANCE, "new-instance", k21c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRe… 61 …V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | k… 62 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, k… 63 …V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, kIndexTypeRef, kContinue | kThrow,…
|
D | dex_bytecode.h | 133 kIndexTypeRef, // type reference index enumerator
|
/tools/dexter/slicer/ |
D | code_ir.cc | 601 case dex::kIndexTypeRef: in GetIndexedOperand()
|
D | reader.cc | 906 case dex::kIndexTypeRef: in ParseInstructions()
|
D | writer.cc | 867 case dex::kIndexTypeRef: { in WriteInstructions()
|