Home
last modified time | relevance | path

Searched refs:ACONST_NULL (Results 1 – 25 of 28) 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()
DInstructionConstants.java49 Instruction ACONST_NULL = new ACONST_NULL(); field
184 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL; in Clinit()
DInstructionConst.java48 public static final Instruction ACONST_NULL = new ACONST_NULL(); field in InstructionConst
179 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL;
DVisitor.java114 void visitACONST_NULL( ACONST_NULL obj ); in visitACONST_NULL()
DEmptyVisitor.java168 public void visitACONST_NULL( final ACONST_NULL obj ) { in visitACONST_NULL()
DInstructionFactory.java690 return InstructionConst.ACONST_NULL; in createNull()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java125 m.visitInsn(Opcodes.ACONST_NULL); in javac9()
132 m.visitInsn(Opcodes.ACONST_NULL); in javac9()
137 m.visitInsn(Opcodes.ACONST_NULL); in javac9()
375 m.visitInsn(Opcodes.ACONST_NULL); in javac_7_8()
381 m.visitInsn(Opcodes.ACONST_NULL); in javac_7_8()
387 m.visitInsn(Opcodes.ACONST_NULL); in javac_7_8()
643 m.visitInsn(Opcodes.ACONST_NULL); in javac9_omitted_null_check()
DTryWithResourcesEcjFilterTest.java171 m.visitInsn(Opcodes.ACONST_NULL); in ecj()
174 m.visitInsn(Opcodes.ACONST_NULL); in ecj()
456 m.visitInsn(Opcodes.ACONST_NULL); in ecj_noFlowOut()
459 m.visitInsn(Opcodes.ACONST_NULL); in ecj_noFlowOut()
/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()
DBytecodeTypeInferenceTest.golden.txt190 ACONST_NULL
424 ACONST_NULL
540 ACONST_NULL
607 ACONST_NULL
624 ACONST_NULL
670 ACONST_NULL
902 ACONST_NULL
1054 ACONST_NULL
1086 ACONST_NULL
1118 ACONST_NULL
[all …]
/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/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()
DLabelFlowAnalyzerTest.java148 testInsn(ACONST_NULL, true); in testInsn()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DResizeInstructionsTest.java144 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/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java447 il.append(InstructionConst.ACONST_NULL); in buildClassContentsWithAnnotatedMethods()
541 il.append(InstructionConst.ACONST_NULL); in buildClassContents()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java283 short ACONST_NULL = 1; field
DConst.java485 public static final short ACONST_NULL = 1; field in Const
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java612 return opcode == Opcodes.ACONST_NULL; in isPushForType()

12