HomeSort by relevance Sort by last modified time
    Searched refs:kIndexTypeRef (Results 1 - 6 of 6) sorted by null

  /dalvik/libdex/
InstrUtils.h 74 kIndexTypeRef, // type reference index
InstrUtils.cpp 380 kIndexStringRef, kIndexTypeRef, kIndexNone,
381 kIndexNone, kIndexTypeRef, kIndexTypeRef,
382 kIndexNone, kIndexTypeRef, kIndexTypeRef,
383 kIndexTypeRef, kIndexTypeRef, kIndexNone,
  /art/runtime/
dex_instruction_list.h 49 V(0x1C, CONST_CLASS, "const-class", k21c, true, kIndexTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBType) \
52 V(0x1F, CHECK_CAST, "check-cast", k21c, true, kIndexTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBType) \
53 V(0x20, INSTANCE_OF, "instance-of", k22c, true, kIndexTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegB | kVerifyRegCType) \
55 V(0x22, NEW_INSTANCE, "new-instance", k21c, true, kIndexTypeRef, kContinue | kThrow | kClobber, kVerifyRegA | kVerifyRegBNewInstance) \
56 V(0x23, NEW_ARRAY, "new-array", k22c, true, kIndexTypeRef, kContinue | kThrow | kClobber, kVerifyRegA | kVerifyRegB | kVerifyRegCNewArray) \
57 V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, false, kIndexTypeRef, kContinue | kThrow | kClobber, kVerifyRegBType | kVerifyVarArg) \
58 V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, false, kIndexTypeRef, kContinue | kThrow | kClobber, kVerifyRegBType | kVerifyVarArgRange) \
    [all...]
dex_instruction.h 122 kIndexTypeRef, // type reference index
  /art/dexdump/
dexdump.cc 542 case Instruction::kIndexTypeRef:
    [all...]
  /dalvik/dexdump/
DexDump.cpp 770 case kIndexTypeRef:
    [all...]

Completed in 96 milliseconds