Home
last modified time | relevance | path

Searched refs:kIndexCallSiteRef (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_instruction.h137 kIndexCallSiteRef, // call site reference index enumerator
Ddex_instruction_list.h274 …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/
Ddexdump.cc905 case Instruction::kIndexCallSiteRef: in indexString()