Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h272 …V(0xFA, INVOKE_POLYMORPHIC, "invoke-polymorphic", k45cc, kIndexMethodAndProtoRef, kContinue | kThr…
273 …V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kCon…
H A Ddex_instruction.h138 kIndexMethodAndProtoRef, // method and a proto reference index (for invoke-polymorphic) enumerator
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc1075 case Instruction::kIndexMethodAndProtoRef: in GetIdFromInstruction()
H A Ddexlayout.cc453 case Instruction::kIndexMethodAndProtoRef: { in IndexString()
/aosp12/art/dexdump/
H A Ddexdump.cc897 case Instruction::kIndexMethodAndProtoRef: { in indexString()