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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
MethodImplementation.java 56 @Nonnull Iterable<? extends Instruction> getInstructions();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedMethodImplementation.java 65 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableMethodImplementation.java 84 methodImplementation.getInstructions(),
90 @Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return instructions; }
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 55 public short[] getInstructions() {
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 66 public String getInstructions() {
  /external/smack/src/org/jivesoftware/smackx/packet/
DataForm.java 89 public Iterator<String> getInstructions() {
221 for (Iterator<String> it=getInstructions(); it.hasNext();) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 68 for (Instruction instruction: methodImplementation.getInstructions()) {
84 for (final Instruction instruction: methodImplementation.getInstructions()) {
139 public List<BuilderInstruction> getInstructions() {
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Code.java 55 public short[] getInstructions() {
  /external/llvm/utils/TableGen/
CodeGenTarget.h 149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const {
  /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();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 306 public List<Instruction> getInstructions() {
387 ImmutableList<Instruction> instructions = ImmutableList.copyOf(methodImpl.getInstructions());
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
ClassSection.java 79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
jakarta-regexp-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 

Completed in 351 milliseconds

1 2