Searched refs:kIndexMethodAndProtoRef (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 272 …V(0xFA, INVOKE_POLYMORPHIC, "invoke-polymorphic", k45cc, kIndexMethodAndProtoRef, kContinue | kThr… 273 …V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kCon…
|
D | dex_instruction.h | 138 kIndexMethodAndProtoRef, // method and a proto reference index (for invoke-polymorphic) enumerator
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1075 case Instruction::kIndexMethodAndProtoRef: in GetIdFromInstruction()
|
D | dexlayout.cc | 453 case Instruction::kIndexMethodAndProtoRef: { in IndexString()
|
/art/dexdump/ |
D | dexdump.cc | 897 case Instruction::kIndexMethodAndProtoRef: { in indexString()
|