Home
last modified time | relevance | path

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

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java71 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()
DClassDefinition.java76 for (Instruction instruction: directMethod.codeItem.getInstructions()) { in findFieldsSetInStaticConstructor()
/external/smack/src/org/jivesoftware/smackx/packet/
DDataForm.java89 public Iterator<String> getInstructions() { in getInstructions() method in DataForm
221 for (Iterator<String> it=getInstructions(); it.hasNext();) { in toXML()
/external/dexmaker/src/dx/java/com/android/dx/io/
DCode.java55 public short[] getInstructions() { in getInstructions() method in Code
/external/smack/src/org/jivesoftware/smackx/
DGateway.java192 public String getInstructions(){ in getInstructions() method in Gateway
193 return getRegisterInfo().getInstructions(); in getInstructions()
DForm.java395 public String getInstructions() { in getInstructions() method in Form
398 for (Iterator<String> it = dataForm.getInstructions(); it.hasNext();) { in getInstructions()
/external/smack/src/org/jivesoftware/smack/packet/
DRegistration.java66 public String getInstructions() { in getInstructions() method in Registration
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DSyntheticAccessorResolver.java81 Instruction[] instructions = encodedMethod.codeItem.getInstructions(); in getAccessedMember()
DMethodAnalyzer.java79 … if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) { in MethodAnalyzer()
386 public List<AnalyzedInstruction> getInstructions() { in getInstructions() method in MethodAnalyzer
482 Instruction[] insns = encodedMethod.codeItem.getInstructions(); in buildInstructionList()
/external/llvm/utils/TableGen/
DCodeGenTarget.h149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
DCodeGenTarget.cpp321 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum()
/external/smack/src/org/jivesoftware/smack/
DAccountManager.java178 return info.getInstructions(); in getAccountInstructions()
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java342 public Instruction[] getInstructions() { in getInstructions() method in CodeItem