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

1 2

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 22 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
25 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
29 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
45 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
52 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
68 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, gotoTarget));
71 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
91 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, goto16Target))
    [all...]
PayloadAlignmentTest.java 53 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
54 implBuilder.addInstruction(new BuilderArrayPayload(4, null));
70 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
71 implBuilder.addInstruction(new BuilderArrayPayload(4, null));
93 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label));
94 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
95 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
96 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
97 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
99 implBuilder.addInstruction(new BuilderArrayPayload(4, null))
    [all...]
FixOffsetsTest.java 56 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, firstGotoTarget));
61 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
69 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, secondGotoTarget));
82 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
91 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 76 void addInstruction(uint8_t Opcode) {
80 void addInstruction(uint8_t Opcode, uint64_t Operand1) {
85 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) {
112 addInstruction(Primary, Op1);
115 addInstruction(Primary, Op1, Data.getULEB128(Offset));
127 addInstruction(Opcode);
131 addInstruction(Opcode, Data.getAddress(Offset));
135 addInstruction(Opcode, Data.getU8(Offset));
139 addInstruction(Opcode, Data.getU16(Offset));
143 addInstruction(Opcode, Data.getU32(Offset))
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 349 addInstruction(new PlainInsn(Rops.GOTO, sourcePosition, null, RegisterSpecList.EMPTY),
388 addInstruction(new ThrowingInsn(Rops.THROW, sourcePosition,
400 private void addInstruction(Insn insn) {
401 addInstruction(insn, null);
408 private void addInstruction(Insn insn, Label branch) {
481 addInstruction(new PlainCstInsn(rop, sourcePosition, target.spec(),
484 addInstruction(new ThrowingCstInsn(rop, sourcePosition,
494 addInstruction(new PlainInsn(Rops.opMove(source.type.ropType),
504 addInstruction(new PlainInsn(op.rop(source.type), sourcePosition,
519 addInstruction(new PlainInsn(rop, sourcePosition, target.spec(), sources))
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 751 $method::methodBuilder.addInstruction(new BuilderInstruction10t(opcode, $label_ref.label));
759 $method::methodBuilder.addInstruction(new BuilderInstruction10x(opcode));
772 $method::methodBuilder.addInstruction(new BuilderInstruction11n(opcode, regA, litB));
782 $method::methodBuilder.addInstruction(new BuilderInstruction11x(opcode, regA));
793 $method::methodBuilder.addInstruction(new BuilderInstruction12x(opcode, regA, regB));
805 $method::methodBuilder.addInstruction(new BuilderInstruction20bc(opcode, verificationError,
814 $method::methodBuilder.addInstruction(new BuilderInstruction20t(opcode, $label_ref.label));
826 $method::methodBuilder.addInstruction(new BuilderInstruction21c(opcode, regA,
837 $method::methodBuilder.addInstruction(new BuilderInstruction21c(opcode, regA,
848 $method::methodBuilder.addInstruction(new BuilderInstruction21c(opcode, regA
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodImplementationBuilder.java 149 public void addInstruction(@Nullable BuilderInstruction instruction) {
150 impl.addInstruction(instruction);
MutableMethodImplementation.java 203 public void addInstruction(int index, BuilderInstruction instruction) {
212 addInstruction(instruction);
235 public void addInstruction(@Nonnull BuilderInstruction instruction) {
456 addInstruction(location.index, new BuilderInstruction10x(Opcode.NOP));
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 69 methodBuilder.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0,
72 methodBuilder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java     [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
DataForm.java 182 public void addInstruction(String instruction) {
  /external/smack/src/org/jivesoftware/smackx/provider/
DataFormProvider.java 54 dataForm.addInstruction(parser.nextText());
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearch.java 213 dataForm.addInstruction(instructions);
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
bcel.jar 
findbugs.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 720 CurrentBB->addInstruction(V);
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 547 milliseconds

1 2