Home
last modified time | relevance | path

Searched refs:ASTORE (Results 1 – 19 of 19) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java121 m.visitVarInsn(Opcodes.ASTORE, 1); in javac9()
125 m.visitVarInsn(Opcodes.ASTORE, 2); in javac9()
128 m.visitVarInsn(Opcodes.ASTORE, 3); in javac9()
132 m.visitVarInsn(Opcodes.ASTORE, 4); in javac9()
137 m.visitVarInsn(Opcodes.ASTORE, 5); in javac9()
168 m.visitVarInsn(Opcodes.ASTORE, 5); in javac9()
171 m.visitVarInsn(Opcodes.ASTORE, 4); in javac9()
177 m.visitVarInsn(Opcodes.ASTORE, 6); in javac9()
190 m.visitVarInsn(Opcodes.ASTORE, 3); in javac9()
193 m.visitVarInsn(Opcodes.ASTORE, 2); in javac9()
[all …]
DTryWithResourcesEcjFilterTest.java171 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj()
174 m.visitVarInsn(Opcodes.ASTORE, 2); in ecj()
195 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj()
217 m.visitVarInsn(Opcodes.ASTORE, 2); in ecj()
222 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj()
256 m.visitVarInsn(Opcodes.ASTORE, 2); in ecj()
261 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj()
286 m.visitVarInsn(Opcodes.ASTORE, 2); in ecj()
291 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj()
456 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj_noFlowOut()
[all …]
DSynchronizedFilterTest.java47 m.visitVarInsn(Opcodes.ASTORE, 1); in javac()
57 m.visitVarInsn(Opcodes.ASTORE, 2); in javac()
103 m.visitVarInsn(Opcodes.ASTORE, 1); in javacTryCatchFinally()
111 m.visitVarInsn(Opcodes.ASTORE, 2); in javacTryCatchFinally()
136 m.visitVarInsn(Opcodes.ASTORE, 1); in ecj()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilter.java132 nextIsVar(Opcodes.ASTORE, "t1"); in matchJavac()
135 nextIsVar(Opcodes.ASTORE, "primaryExc"); in matchJavac()
141 nextIsVar(Opcodes.ASTORE, "t2"); in matchJavac()
213 nextIsVar(Opcodes.ASTORE, ctx + "t"); in nextIsJavacClose()
DTryWithResourcesEcjFilter.java70 nextIsVar(Opcodes.ASTORE, "primaryExc"); in matchEcj()
119 nextIsVar(Opcodes.ASTORE, "primaryExc"); in matchEcjNoFlowOut()
186 nextIsVar(Opcodes.ASTORE, suppressedExc); in nextIsEcjSuppress()
193 nextIsVar(Opcodes.ASTORE, "primaryExc"); in nextIsEcjSuppress()
DSynchronizedFilter.java57 nextIsVar(Opcodes.ASTORE, "t"); in nextIsJavac()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DResizeInstructionsTest.java96 mv.visitVarInsn(Opcodes.ASTORE, 1); in addCauseOfGetCommonSuperClass()
101 mv.visitVarInsn(Opcodes.ASTORE, 1); in addCauseOfGetCommonSuperClass()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DInterfaceFieldProbeArrayStrategy.java71 mv.visitVarInsn(Opcodes.ASTORE, variable); in storeInstance()
79 mv.visitVarInsn(Opcodes.ASTORE, variable); in storeInstance()
DLocalProbeArrayStrategy.java45 mv.visitVarInsn(Opcodes.ASTORE, variable); in storeInstance()
DClassFieldProbeArrayStrategy.java56 mv.visitVarInsn(Opcodes.ASTORE, variable); in storeInstance()
/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java85 case ASTORE: in instructionString()
161 case ASTORE: in wide()
DOpcode.java40 int ASTORE = 58; field
DBytecode.java481 addOpcode(ASTORE); // astore in addAstore()
486 addOpcode(ASTORE); in addAstore()
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java305 case Opcode.ASTORE : in doOpcode54_95()
356 case Opcode.ASTORE : in doWIDE()
DTracer.java328 case Opcode.ASTORE : in doOpcode54_95()
717 case Opcode.ASTORE : { in doWIDE()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java190 case ASTORE: in execute()
909 case ASTORE: in evalWide()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java546 method.visitVarInsn(Opcodes.ASTORE, 1); in createTryCatchBlock()
/external/r8/src/test/examplesAndroidO/invokecustom/
DTestGenerator.java400 mv.visitVarInsn(Opcodes.ASTORE, 0); in generateMethodTest13()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1546 case Opcodes.ASTORE: in updateState()
1559 assert Opcodes.ISTORE <= opcode && opcode <= Opcodes.ASTORE; in updateState()
2374 case Opcodes.ASTORE: in build()
2388 assert Opcodes.ISTORE <= opcode && opcode <= Opcodes.ASTORE; in build()