HomeSort by relevance Sort by last modified time
    Searched refs:getInstructions (Results 1 - 17 of 17) sorted by null

  /dalvik/dx/src/com/android/dx/io/
Code.java 55 public short[] getInstructions() {
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 55 public short[] getInstructions() {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 71 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();
ClassDefinition.java 110 for (Instruction instruction: directMethod.codeItem.getInstructions()) {
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 104 codeReader.visitAll(dex.readCode(method).getInstructions());
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
SyntheticAccessorResolver.java 76 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
MethodAnalyzer.java 78 if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) {
359 public List<AnalyzedInstruction> getInstructions() {
455 Instruction[] insns = encodedMethod.codeItem.getInstructions();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.h 143 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const {
CodeGenTarget.cpp 295 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 142 codeReader.visitAll(dex.readCode(method).getInstructions());
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 345 public Instruction[] getInstructions() {
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 801 short[] instructions = code.getInstructions();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 281 milliseconds