HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 276 - 300 of 796) sorted by null

<<11121314151617181920>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction22x.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction22x;
BuilderInstruction23x.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction23x;
BuilderInstruction31c.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction31c;
BuilderInstruction31i.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction31i;
BuilderInstruction31t.java 32 package org.jf.dexlib2.builder.instruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;
BuilderInstruction32x.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction32x;
BuilderInstruction51l.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction51l;
BuilderSwitchElement.java 1 package org.jf.dexlib2.builder.instruction;
5 import org.jf.dexlib2.iface.instruction.SwitchElement;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction11n.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction11n;
DexBackedInstruction21c.java 32 package org.jf.dexlib2.dexbacked.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
DexBackedInstruction22cs.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction22cs;
DexBackedInstruction22s.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction22s;
DexBackedInstruction22t.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction22t;
DexBackedInstruction31c.java 32 package org.jf.dexlib2.dexbacked.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction31c;
DexBackedInstruction3rc.java 32 package org.jf.dexlib2.dexbacked.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
  /external/valgrind/main/none/tests/s390x/
fpext_fail.stderr.exp 3 Encountered an instruction that requires the floating point extension facility.
  /external/valgrind/main/none/tests/x86/
faultstatus.stderr.exp 6 Test 5: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
  /external/llvm/test/MC/ARM/
udf-thumb-diagnostics.s 16 @ CHECK: error: instruction requires: arm-mode
directive-arch_extension-idiv.s 27 @ CHECK-ARMv6: error: instruction requires: divide in ARM
28 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mode
30 @ CHECK-ARMv6: error: instruction requires: divide in ARM
31 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mode
44 @ CHECK-ARMv6: error: instruction requires: divide in ARM
45 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mode
46 @ CHECK-ARMv7: error: instruction requires: divide in ARM arm-mode
47 @ CHECK-THUMBv7: error: instruction requires: divide in THUMB
49 @ CHECK-ARMv6: error: instruction requires: divide in ARM
50 @ CHECK-THUMBv6: error: instruction requires: divide in ARM arm-mod
    [all...]
  /external/proguard/src/proguard/optimize/info/
SideEffectMethodMarker.java 26 import proguard.classfile.instruction.*;
143 // Get the current instruction.
144 Instruction instruction = InstructionFactory.create(code, offset); local
151 instruction))
156 // Go to the next instruction.
157 offset += instruction.length(offset);
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 26 import proguard.classfile.instruction.*;
122 // Get the current instruction.
123 Instruction instruction = InstructionFactory.create(code, offset); local
130 instruction))
135 // Go to the next instruction.
136 offset += instruction.length(offset);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
UnresolvedOdexInstruction.java 35 import org.jf.dexlib2.iface.instruction.Instruction;
38 * This represents a "fixed" odexed instruction, where the object register is always null and so the correct type
39 * can't be determined. Typically, these are replaced by an equivalent instruction that would have the same
42 public class UnresolvedOdexInstruction implements Instruction {
43 public final Instruction originalInstruction;
44 //the register number that holds the (null) reference type that the instruction operates on
47 public UnresolvedOdexInstruction(Instruction originalInstruction, int objectRegisterNumber) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
MethodImplementation.java 35 import org.jf.dexlib2.iface.instruction.Instruction;
56 @Nonnull Iterable<? extends Instruction> getInstructions();
  /external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java 26 import proguard.classfile.instruction.*;
27 import proguard.classfile.instruction.visitor.InstructionVisitor;
84 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
  /external/proguard/src/proguard/classfile/visitor/
DotClassClassVisitor.java 27 import proguard.classfile.instruction.*;
28 import proguard.classfile.instruction.visitor.InstructionVisitor;
62 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
69 // Could this instruction be a .class construct?

Completed in 3007 milliseconds

<<11121314151617181920>>