Searched refs:getInstructions (Results 1 – 13 of 13) sorted by relevance
71 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in MethodDefinition()243 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getPackedSwitchBaseAddress()258 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getSparseSwitchBaseAddress()294 for (Instruction instruction: encodedMethod.codeItem.getInstructions()) { in needsAnalyzed()335 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in addInstructionMethodItems()407 List<AnalyzedInstruction> instructions = methodAnalyzer.getInstructions(); in addAnalyzedInstructionMethodItems()462 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in addTries()
76 for (Instruction instruction: directMethod.codeItem.getInstructions()) { in findFieldsSetInStaticConstructor()
89 public Iterator<String> getInstructions() { in getInstructions() method in DataForm221 for (Iterator<String> it=getInstructions(); it.hasNext();) { in toXML()
55 public short[] getInstructions() { in getInstructions() method in Code
192 public String getInstructions(){ in getInstructions() method in Gateway193 return getRegisterInfo().getInstructions(); in getInstructions()
395 public String getInstructions() { in getInstructions() method in Form398 for (Iterator<String> it = dataForm.getInstructions(); it.hasNext();) { in getInstructions()
66 public String getInstructions() { in getInstructions() method in Registration
81 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getAccessedMember()
79 … if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) { in MethodAnalyzer()386 public List<AnalyzedInstruction> getInstructions() { in getInstructions() method in MethodAnalyzer482 Instruction[] insns = encodedMethod.codeItem.getInstructions(); in buildInstructionList()
149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
321 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum()
178 return info.getInstructions(); in getAccountInstructions()
342 public Instruction[] getInstructions() { in getInstructions() method in CodeItem