Home
last modified time | relevance | path

Searched refs:ISTORE (Results 1 – 25 of 102) sorted by relevance

12345

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DISTORE.java26 public class ISTORE extends StoreInstruction { class
32 ISTORE() { in ISTORE() method in ISTORE
33 super(org.apache.bcel.Const.ISTORE, org.apache.bcel.Const.ISTORE_0); in ISTORE()
40 public ISTORE(final int n) { in ISTORE() method in ISTORE
41 super(org.apache.bcel.Const.ISTORE, org.apache.bcel.Const.ISTORE_0, n); in ISTORE()
DInstruction.java263 case Const.ISTORE: in readInstruction()
264 obj = new ISTORE(); in readInstruction()
279 obj = new ISTORE(0); in readInstruction()
282 obj = new ISTORE(1); in readInstruction()
285 obj = new ISTORE(2); in readInstruction()
288 obj = new ISTORE(3); in readInstruction()
DLocalVariableInstruction.java136 || ((_opcode >= Const.ISTORE) && (_opcode <= Const.ASTORE))) { in initFromFile()
205 case Const.ISTORE: in getType()
DInstructionConstants.java168 LocalVariableInstruction ISTORE_0 = new ISTORE(0);
169 LocalVariableInstruction ISTORE_1 = new ISTORE(1);
170 LocalVariableInstruction ISTORE_2 = new ISTORE(2);
DInstructionConst.java168 public static final LocalVariableInstruction ISTORE_0 = new ISTORE(0);
169 public static final LocalVariableInstruction ISTORE_1 = new ISTORE(1);
170 public static final LocalVariableInstruction ISTORE_2 = new ISTORE(2);
/external/ow2-asm/asm-util/src/test/resources/
Djdk5.AllInstructions.txt86 ISTORE 9
97 ISTORE 10
108 ISTORE 11
119 ISTORE 12
130 ISTORE 13
141 ISTORE 14
155 ISTORE 0
169 ISTORE 1
183 ISTORE 2
197 ISTORE 3
[all …]
Djdk3.AllInstructions.txt60 ISTORE 9
71 ISTORE 10
82 ISTORE 11
93 ISTORE 12
104 ISTORE 13
115 ISTORE 14
129 ISTORE 0
143 ISTORE 1
157 ISTORE 2
171 ISTORE 3
[all …]
Djdk8.AllFrames.txt248 ISTORE 4
257 ISTORE 1
285 ISTORE 5
381 ISTORE 1
415 ISTORE 1
463 ISTORE 1
497 ISTORE 1
Djdk5.AllStructures.txt185 ISTORE 2
193 ISTORE 4
196 ISTORE 5
204 ISTORE 6
210 ISTORE 2
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchJavacFilterTest.java42 m.visitVarInsn(Opcodes.ISTORE, 2); in createFirstSwitch()
59 m.visitVarInsn(Opcodes.ISTORE, 2); in createFirstSwitch()
72 m.visitVarInsn(Opcodes.ISTORE, 2); in createFirstSwitch()
85 m.visitVarInsn(Opcodes.ISTORE, 2); in createFirstSwitch()
DKotlinDefaultArgumentsFilterTest.java40 m.visitVarInsn(Opcodes.ISTORE, 1); in createMethod()
137 m.visitVarInsn(Opcodes.ISTORE, 1); in should_filter_open_functions()
175 m.visitVarInsn(Opcodes.ISTORE, 1); in should_filter_constructors()
209 m.visitVarInsn(Opcodes.ISTORE, 1); in should_filter_methods_with_parameters_that_consume_two_slots()
DKotlinCoroutineFilterTest.java81 m.visitVarInsn(Opcodes.ISTORE, 3); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
184 m.visitVarInsn(Opcodes.ISTORE, 3); in should_filter_suspending_lambdas()
DKotlinInlineFilterTest.java194 m.visitVarInsn(Opcodes.ISTORE, 0); in should_filter_without_parsing_KotlinDebug_stratum()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
DInstructionFinderTest.java26 import org.apache.bcel.generic.ISTORE;
37 il.append(new ISTORE(3)); in testSearch()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchJavacFilter.java66 nextIsVar(Opcodes.ISTORE, "c"); in match()
82 nextIsVar(Opcodes.ISTORE, "c"); in match()
/external/apache-commons-bcel/src/examples/Mini/
DASTLetExpr.java24 import org.apache.bcel.generic.ISTORE;
167 il.append(new ISTORE(slot)); ASTFunDecl.pop(); in byte_code()
/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java95 case ISTORE: in instructionString()
171 case ISTORE: in wide()
DOpcode.java169 int ISTORE = 54; field
DCodeAttribute.java520 else if (opcode < ISTORE) in shiftIndex()
528 shiftIndex0(ci, index, opcode, lessThan, delta, ISTORE_0, ISTORE); in shiftIndex()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java474 method.visitVarInsn(Opcodes.ISTORE, 2); in createTableSwitch()
483 method.visitVarInsn(Opcodes.ISTORE, 2); in createTableSwitch()
491 method.visitVarInsn(Opcodes.ISTORE, 2); in createTableSwitch()
611 method.visitVarInsn(Opcodes.ISTORE, 2); in createTableSwitchMerge()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DProbeInserterTest.java135 pi.visitVarInsn(Opcodes.ISTORE, 3); in testVisitVarIns()
144 expectedVisitor.visitVarInsn(Opcodes.ISTORE, 4); in testVisitVarIns()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBug62060793TestDataGenerator.java45 import static org.objectweb.asm.Opcodes.ISTORE;
182 mv.visitVarInsn(ISTORE, 14); in createClass()
DBytecodeTypeInferenceTest.golden.txt385 ISTORE 3
391 ISTORE 4
456 ISTORE 3
462 ISTORE 4
501 ISTORE 7
507 ISTORE 8
744 ISTORE 2
765 ISTORE 2
786 ISTORE 2
799 ISTORE 2
[all …]
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DOpcodes.java438 int ISTORE = 54; // visitVarInsn field
/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/
DMethodNodeBuilder.java112 methodNode.visitVarInsn(Opcodes.ISTORE, varIndex); in istore()

12345