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

1 2

  /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/smack/src/org/jivesoftware/smackx/packet/
DataForm.java 89 public Iterator<String> getInstructions() {
221 for (Iterator<String> it=getInstructions(); it.hasNext();) {
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 66 public String getInstructions() {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 71 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
243 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
258 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
294 for (Instruction instruction: encodedMethod.codeItem.getInstructions()) {
335 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
407 List<AnalyzedInstruction> instructions = methodAnalyzer.getInstructions();
462 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
ClassDefinition.java 76 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 81 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
MethodAnalyzer.java 79 if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) {
386 public List<AnalyzedInstruction> getInstructions() {
482 Instruction[] insns = encodedMethod.codeItem.getInstructions();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.h 149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const {
CodeGenTarget.cpp 321 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();
  /external/smack/src/org/jivesoftware/smackx/
Form.java 395 public String getInstructions() {
398 for (Iterator<String> it = dataForm.getInstructions(); it.hasNext();) {
Gateway.java 192 public String getInstructions(){
193 return getRegisterInfo().getInstructions();
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 142 codeReader.visitAll(dex.readCode(method).getInstructions());
  /external/smack/src/org/jivesoftware/smack/
AccountManager.java 178 return info.getInstructions();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 342 public Instruction[] getInstructions() {
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 816 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 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.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 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 

Completed in 532 milliseconds

1 2