Home
last modified time | relevance | path

Searched defs:visitIntInsn (Results 1 – 22 of 22) sorted by relevance

/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DInstructionAdapterTest.java84 Executable visitIntInsn = () -> instructionAdapter.visitIntInsn(Opcodes.GOTO, 0); in testVisitIntInsn_illegalArgument() local
93 Executable visitIntInsn = () -> instructionAdapter.visitIntInsn(Opcodes.NEWARRAY, 0); in testVisitIntInsn_illegalNewArrayArgument() local
DAnalyzerAdapterTest.java240 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in AnalyzerAdapterTest.AnalyzedFramesInserter
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DCheckMethodAdapterTest.java262 Executable visitIntInsn = () -> checkMethodAdapter.visitIntInsn(-1, 0); in testVisitIntInsn_illegalOpcode() local
272 Executable visitIntInsn = () -> checkMethodAdapter.visitIntInsn(NEWARRAY, 0); in testVisitIntInsn_illegalOperand() local
282 Executable visitIntInsn = () -> checkMethodAdapter.visitIntInsn(BIPUSH, Integer.MAX_VALUE); in testVisitIntInsn_illegalByteOperand() local
292 Executable visitIntInsn = () -> checkMethodAdapter.visitIntInsn(SIPUSH, Integer.MAX_VALUE); in testVisitIntInsn_illegalShortOperand() local
DPrinterTest.java444 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in PrinterTest.EmptyPrinter
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DCodeSizeEvaluator.java73 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in CodeSizeEvaluator
DAdviceAdapter.java404 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in AdviceAdapter
DAnalyzerAdapter.java241 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in AnalyzerAdapter
DInstructionAdapter.java383 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in InstructionAdapter
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DDuplicateFrameEliminator.java50 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in DuplicateFrameEliminator
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzer.java159 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in LabelFlowAnalyzer
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java73 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in MethodAnalyzer
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DByteCodeTypePrinter.java126 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() method in ByteCodeTypePrinter.MethodIrTypeDumper
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
DTraceMethodVisitor.java140 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in TraceMethodVisitor
DPrinter.java912 public abstract void visitIntInsn(int opcode, int operand); in visitIntInsn() method in Printer
DCheckMethodAdapter.java668 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in CheckMethodAdapter
DTextifier.java880 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in Textifier
DASMifier.java814 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in ASMifier
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DMethodVisitor.java354 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in MethodVisitor
DMethodWriter.java884 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() method in MethodWriter
/external/ow2-asm/benchmarks/src/jmh/java/org/objectweb/asm/benchmarks/
DAsmAdapter.java302 public void visitIntInsn(final int opcode, final int operand) { in visitMethod() method
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java339 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() method in BytecodeTypeInference
/external/truth/core/src/main/java/com/google/common/truth/
DActualValueInference.java591 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() method in ActualValueInference.InferenceMethodVisitor