Searched refs:UnresolvedOdexInstruction (Results 1 – 6 of 6) sorted by relevance
32 import org.jf.dexlib2.analysis.UnresolvedOdexInstruction;38 …lass UnresolvedOdexInstructionMethodItem extends InstructionMethodItem<UnresolvedOdexInstruction> {40 @Nonnull UnresolvedOdexInstruction instruction) { in UnresolvedOdexInstructionMethodItem()
32 import org.jf.dexlib2.analysis.UnresolvedOdexInstruction;51 if (instruction instanceof UnresolvedOdexInstruction) { in makeInstructionFormatMethodItem()53 (UnresolvedOdexInstruction)instruction); in makeInstructionFormatMethodItem()
42 public class UnresolvedOdexInstruction implements Instruction { class47 public UnresolvedOdexInstruction(Instruction originalInstruction, int objectRegisterNumber) { in UnresolvedOdexInstruction() method in UnresolvedOdexInstruction
281 new UnresolvedOdexInstruction(instruction, objectRegisterNumber)); in analyze()
71 UnresolvedOdexInstruction(-1); enumConstant
487 … if (instruction.getInstruction().getOpcode().format == Format.UnresolvedOdexInstruction) { in addAnalyzedInstructionMethodItems()