Searched refs:kIndexVtableOffset (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 137 kIndexVtableOffset, // vtable offset (for static linked methods) enumerator 570 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset); in IsQuickened()
|
D | dex_instruction_list.h | 255 …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/ |
D | dex_ir_builder.cc | 1089 case Instruction::kIndexVtableOffset: in GetIdFromInstruction()
|
D | dexlayout.cc | 446 case Instruction::kIndexVtableOffset: in IndexString()
|
/art/dexdump/ |
D | dexdump.cc | 890 case Instruction::kIndexVtableOffset: in indexString()
|