Searched defs:addInstruction (Results 1 - 10 of 10) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/packet/
H A DDataForm.java182 public void addInstruction(String instruction) { method in class:DataForm
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodImplementationBuilder.java149 public void addInstruction(@Nullable BuilderInstruction instruction) { method in class:MethodImplementationBuilder
150 impl.addInstruction(instruction);
H A DMutableMethodImplementation.java203 public void addInstruction(int index, BuilderInstruction instruction) { method in class:MutableMethodImplementation
212 addInstruction(instruction);
235 public void addInstruction(@Nonnull BuilderInstruction instruction) { method in class:MutableMethodImplementation
456 addInstruction(location.index, new BuilderInstruction10x(Opcode.NOP));
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp76 void addInstruction(uint8_t Opcode) { function in class:llvm::FrameEntry
80 void addInstruction(uint8_t Opcode, uint64_t Operand1) { function in class:llvm::FrameEntry
85 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { function in class:llvm::FrameEntry
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(Opcod
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java349 addInstruction(new PlainInsn(Rops.GOTO, sourcePosition, null, RegisterSpecList.EMPTY),
388 addInstruction(new ThrowingInsn(Rops.THROW, sourcePosition,
400 private void addInstruction(Insn insn) { method in class:Code
401 addInstruction(insn, null);
408 private void addInstruction(Insn insn, Label branch) { method in class:Code
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(ne
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1453 void addInstruction(Variable *V) { function in class:clang::threadSafety::BasicBlock
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2277 milliseconds