Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h137 kIndexVtableOffset, // vtable offset (for static linked methods) enumerator
570 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset); in IsQuickened()
Ddex_instruction_list.h255 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, kIndexVtableOffset, kContinue | kThrow…
256 …V(0xEA, INVOKE_VIRTUAL_RANGE_QUICK, "invoke-virtual/range-quick", k3rc, kIndexVtableOffset, kConti…
/art/dexlayout/
Ddex_ir_builder.cc1089 case Instruction::kIndexVtableOffset: in GetIdFromInstruction()
Ddexlayout.cc446 case Instruction::kIndexVtableOffset: in IndexString()
/art/dexdump/
Ddexdump.cc890 case Instruction::kIndexVtableOffset: in indexString()