HomeSort by relevance Sort by last modified time
    Searched refs:setInstruction (Results 1 - 11 of 11) sorted by null

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
LineNumberGen.java 42 setInstruction(ih);
65 setInstruction(new_ih);
80 public void setInstruction( final InstructionHandle ih ) { // TODO could be package-protected?
BranchHandle.java 54 bh.setInstruction(i);
122 public void setInstruction( final Instruction i ) { // TODO could be package-protected?
123 super.setInstruction(i);
InstructionHandle.java 80 public void setInstruction( final Instruction i ) { // Overridden in BranchHandle TODO could be package-protected?
113 setInstruction(i);
127 ih.setInstruction(i);
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
BranchHandleTestCase.java 25 // Test that setInstruction only allows BranchInstructions
30 bh.setInstruction(null);
38 bh.setInstruction(new GOTO(null));
46 bh.setInstruction(new NOP());
InstructionHandleTestCase.java 25 // Test that setInstruction only allows Instructions that are not BranchInstructions
31 ih.setInstruction(null);
39 ih.setInstruction(new NOP());
47 ih.setInstruction(new GOTO(null));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 548 private void setInstruction(@Nonnull MethodLocation location, @Nonnull BuilderInstruction instruction) {
557 setInstruction(location, newBuilderInstruction10t(location.codeAddress,
562 setInstruction(location, newBuilderInstruction10x((Instruction10x) instruction));
565 setInstruction(location, newBuilderInstruction11n((Instruction11n) instruction));
568 setInstruction(location, newBuilderInstruction11x((Instruction11x) instruction));
571 setInstruction(location, newBuilderInstruction12x((Instruction12x) instruction));
574 setInstruction(location, newBuilderInstruction20bc((Instruction20bc) instruction));
577 setInstruction(location, newBuilderInstruction20t(location.codeAddress,
582 setInstruction(location, newBuilderInstruction21c((Instruction21c) instruction));
585 setInstruction(location, newBuilderInstruction21ih((Instruction21ih) instruction))
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
LabelInfo.java 253 public static void setInstruction(final Label label,
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelInfoTest.java 166 LabelInfo.setInstruction(label, instruction);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
MethodAnalyzer.java 209 LabelInfo.setInstruction(currentLabel.get(i), insn);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 637 void setInstruction(Instruction *I) { Inst = I; }
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 1267 milliseconds