Searched refs:kIndexCallSiteRef (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | dex_instruction.h | 137 kIndexCallSiteRef, // call site reference index enumerator
|
D | dex_instruction_list.h | 274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, kVerifyRegBCa… 275 …V(0xFD, INVOKE_CUSTOM_RANGE, "invoke-custom/range", k3rc, kIndexCallSiteRef, kContinue | kThrow, k…
|
/art/dexdump/ |
D | dexdump.cc | 905 case Instruction::kIndexCallSiteRef: in indexString()
|