Searched refs:getInstructions (Results 1 – 8 of 8) sorted by relevance
71 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()
110 for (Instruction instruction: directMethod.codeItem.getInstructions()) { in findFieldsSetInStaticConstructor()
55 public short[] getInstructions() { in getInstructions() method in Code
76 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getAccessedMember()
78 … if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) { in MethodAnalyzer()359 public List<AnalyzedInstruction> getInstructions() { in getInstructions() method in MethodAnalyzer455 Instruction[] insns = encodedMethod.codeItem.getInstructions(); in buildInstructionList()
149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
307 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum()
345 public Instruction[] getInstructions() { in getInstructions() method in CodeItem