Home
last modified time | relevance | path

Searched refs:getInstructions (Results 1 – 8 of 8) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java71 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in MethodDefinition()
242 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getPackedSwitchBaseAddress()
257 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getSparseSwitchBaseAddress()
324 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in addInstructionMethodItems()
396 List<AnalyzedInstruction> instructions = methodAnalyzer.getInstructions(); in addAnalyzedInstructionMethodItems()
451 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in addTries()
DClassDefinition.java110 for (Instruction instruction: directMethod.codeItem.getInstructions()) { in findFieldsSetInStaticConstructor()
/external/dexmaker/src/dx/java/com/android/dx/io/
DCode.java55 public short[] getInstructions() { in getInstructions() method in Code
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DSyntheticAccessorResolver.java76 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getAccessedMember()
DMethodAnalyzer.java78 … if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) { in MethodAnalyzer()
359 public List<AnalyzedInstruction> getInstructions() { in getInstructions() method in MethodAnalyzer
455 Instruction[] insns = encodedMethod.codeItem.getInstructions(); in buildInstructionList()
/external/llvm/utils/TableGen/
DCodeGenTarget.h149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
DCodeGenTarget.cpp307 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum()
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java345 public Instruction[] getInstructions() { in getInstructions() method in CodeItem