Searched refs:getInstructions (Results 1 - 11 of 11) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java55 public short[] getInstructions() { method in class:Code
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java71 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
242 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
257 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
324 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
396 List<AnalyzedInstruction> instructions = methodAnalyzer.getInstructions();
451 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
H A DClassDefinition.java110 for (Instruction instruction: directMethod.codeItem.getInstructions()) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DSyntheticAccessorResolver.java76 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
H A DMethodAnalyzer.java78 if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) {
359 public List<AnalyzedInstruction> getInstructions() { method in class:MethodAnalyzer
455 Instruction[] insns = encodedMethod.codeItem.getInstructions();
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { function in class:llvm::CodeGenTarget
H A DCodeGenTarget.cpp307 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java345 public Instruction[] getInstructions() { method in class:CodeItem
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 152 milliseconds