Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_instruction_list.h54 …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,…
Ddex_bytecode.h133 kIndexTypeRef, // type reference index enumerator
/tools/dexter/slicer/
Dcode_ir.cc601 case dex::kIndexTypeRef: in GetIndexedOperand()
Dreader.cc906 case dex::kIndexTypeRef: in ParseInstructions()
Dwriter.cc867 case dex::kIndexTypeRef: { in WriteInstructions()