Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_list.h132 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, kVe…
133 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, kVerify…
134 …V(0x70, INVOKE_DIRECT, "invoke-direct", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, kVeri…
135 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, kVeri…
136 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke,…
138 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | …
139 …V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInv…
140 …V(0x76, INVOKE_DIRECT_RANGE, "invoke-direct/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
141 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
142 …V(0x78, INVOKE_INTERFACE_RANGE, "invoke-interface/range", k3rc, kIndexMethodRef, kContinue | kThro…
Ddex_instruction.h132 kIndexMethodRef, // method reference index enumerator
/art/dexlayout/
Ddex_ir.cc180 case Instruction::kIndexMethodRef: in GetIdFromInstruction()
Ddexlayout.cc431 case Instruction::kIndexMethodRef: in IndexString()
/art/dexdump/
Ddexdump.cc852 case Instruction::kIndexMethodRef: in indexString()