Home
last modified time | relevance | path

Searched refs:ACONST_NULL (Results 1 – 25 of 45) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DACONST_NULL.java26 public class ACONST_NULL extends Instruction implements PushInstruction, TypedInstruction { class
31 public ACONST_NULL() { in ACONST_NULL() method in ACONST_NULL
32 super(org.apache.bcel.Const.ACONST_NULL, (short) 1); in ACONST_NULL()
DPUSH.java114 instruction = InstructionConst.ACONST_NULL; in PUSH()
128 instruction = InstructionConst.ACONST_NULL; in PUSH()
DInstructionConst.java48 public static final Instruction ACONST_NULL = new ACONST_NULL(); field in InstructionConst
179 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL;
DInstructionConstants.java49 Instruction ACONST_NULL = new ACONST_NULL(); field
184 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL; in Clinit()
DVisitor.java114 void visitACONST_NULL( ACONST_NULL obj ); in visitACONST_NULL()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java121 m.visitInsn(Opcodes.ACONST_NULL); in javac9()
128 m.visitInsn(Opcodes.ACONST_NULL); in javac9()
133 m.visitInsn(Opcodes.ACONST_NULL); in javac9()
359 m.visitInsn(Opcodes.ACONST_NULL); in javac_7_8()
365 m.visitInsn(Opcodes.ACONST_NULL); in javac_7_8()
371 m.visitInsn(Opcodes.ACONST_NULL); in javac_7_8()
615 m.visitInsn(Opcodes.ACONST_NULL); in javac9_omitted_null_check()
DTryWithResourcesEcjFilterTest.java167 m.visitInsn(Opcodes.ACONST_NULL); in ecj()
170 m.visitInsn(Opcodes.ACONST_NULL); in ecj()
446 m.visitInsn(Opcodes.ACONST_NULL); in ecj_noFlowOut()
449 m.visitInsn(Opcodes.ACONST_NULL); in ecj_noFlowOut()
/external/javassist/src/main/javassist/convert/
DTransformWriteField.java50 iterator.writeByte(ACONST_NULL, pos); in transform()
58 iterator.writeByte(ACONST_NULL, pos); in transform()
DTransformReadField.java84 iterator.writeByte(ACONST_NULL, pos); in transform()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DLocalVariableTypeTableTestCase.java22 import org.apache.bcel.generic.ACONST_NULL;
110 instruction = new ACONST_NULL(); in makeWillBeAddedInstructionList()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBug62060793TestDataGenerator.java24 import static org.objectweb.asm.Opcodes.ACONST_NULL;
254 mv.visitInsn(ACONST_NULL); in createClass()
255 mv.visitInsn(ACONST_NULL); in createClass()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DRobolectricGeneratorAdapter.java39 visitInsn(Opcodes.ACONST_NULL); in loadNull()
DOldClassInstrumentor.java225 instructions.add(new InsnNode(Opcodes.ACONST_NULL)); // [] null in interceptInvokeVirtualMethodWithoutInvokeDynamic()
291 instructions.add(new InsnNode(Opcodes.ACONST_NULL)); in box()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
DTestReturn03Creator.java75 final InstructionHandle ih_0 = il.append(InstructionConst.ACONST_NULL); in createMethod_1()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DURLStreamHandlerRuntime.java90 mv.visitInsn(Opcodes.ACONST_NULL); in generateDataAccessor()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java32 int ACONST_NULL = 1; field
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java113 analyzer.visitInsn(Opcodes.ACONST_NULL); in after_aaload_stack_should_contain_null_when_input_array_is_null()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
DResizeInstructionsTest.java147 mv.visitInsn(Opcodes.ACONST_NULL); in addCauseOfGetCommonSuperClass()
/external/desugar/java/com/google/devtools/build/android/desugar/io/
DHeaderClassLoader.java194 dest.visitInsn(Opcodes.ACONST_NULL); in visitEnd()
/external/apache-commons-bcel/src/examples/
DHelloWorldBuilder.java108 il.append(InstructionConstants.ACONST_NULL); in main()
/external/javassist/src/main/javassist/
DCtBehavior.java922 code.addOpcode(Opcode.ACONST_NULL); in insertAfterAdvice()
1004 b.addOpcode(Opcode.ACONST_NULL); in insertAfterHandler()
1013 b.addOpcode(Opcode.ACONST_NULL); in insertAfterHandler()
/external/javassist/src/main/javassist/expr/
DNewArray.java249 bytecode.addOpcode(ACONST_NULL); // initialize $_ in replace2()
DFieldAccess.java226 bytecode.addOpcode(ACONST_NULL); in replace()
DExpr.java234 bytecode.addOpcode(ACONST_NULL); in storeStack()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt133 ACONST_NULL -> { in executeOne()

12