Searched refs:astore (Results 1 - 19 of 19) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DBytecodeArrayOps.java51 void astore(MethodVisitor method); method in interface:BytecodeArrayOps
H A DArrayType.java61 public void astore(final MethodVisitor method) { method in class:ArrayType
H A DType.java942 public void astore(final MethodVisitor method) {
971 public void astore(final MethodVisitor method) {
1000 public void astore(final MethodVisitor method) {
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.hpp35 static address astore(JavaThread* thread);
H A DtemplateTable_sparc.cpp772 void TemplateTable::astore() {
986 void TemplateTable::astore(int n) {
1763 // 'astore' because JVM specs claim it's a pointer-sized thing. Hence in
/openjdk9/hotspot/src/cpu/s390/vm/
H A DinterpreterRT_s390.hpp36 static address astore(JavaThread* thread);
H A DtemplateTable_s390.cpp1010 void TemplateTable::astore() { function in class:TemplateTable
1223 void TemplateTable::astore(int n) { function in class:TemplateTable
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DInstructionAdapter.java164 astore(Type.INT_TYPE);
167 astore(Type.LONG_TYPE);
170 astore(Type.FLOAT_TYPE);
173 astore(Type.DOUBLE_TYPE);
176 astore(OBJECT_TYPE);
179 astore(Type.BYTE_TYPE);
182 astore(Type.CHAR_TYPE);
185 astore(Type.SHORT_TYPE);
790 public void astore(final Type type) { method in class:InstructionAdapter
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java100 astore = 58, field in interface:ByteCodes
H A DCode.java966 case astore:
2284 mnem[astore] = "astore";
/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp179 static void astore();
200 static void astore(int n);
H A DtemplateTable.cpp241 #define astore TemplateTable::astore macro
319 def(Bytecodes::_astore , ubcp|____|clvm|____, vtos, vtos, astore , _ );
336 def(Bytecodes::_astore_0 , ____|____|____|____, vtos, vtos, astore , 0 );
337 def(Bytecodes::_astore_1 , ____|____|____|____, vtos, vtos, astore , 1 );
338 def(Bytecodes::_astore_2 , ____|____|____|____, vtos, vtos, astore , 2 );
339 def(Bytecodes::_astore_3 , ____|____|____|____, vtos, vtos, astore , 3 );
543 #undef astore macro
H A DbytecodeInterpreter.hpp565 static void astore(intptr_t* topOfStack, int stack_offset,
H A DbytecodeInterpreter.cpp1098 astore(topOfStack, -1, locals, pc[1]);
1143 astore(topOfStack, -1, locals, reg);
1180 astore(topOfStack, -1, locals, num); \
3317 void BytecodeInterpreter::astore(intptr_t* tos, int stack_offset, function in class:BytecodeInterpreter
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp925 void TemplateTable::astore() function in class:TemplateTable
1143 void TemplateTable::astore(int n) function in class:TemplateTable
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DMethodEmitter.java1092 array.astore(method);
/openjdk9/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp925 void TemplateTable::astore() { function in class:TemplateTable
1140 void TemplateTable::astore(int n) { function in class:TemplateTable
/openjdk9/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp1087 void TemplateTable::astore() { function in class:TemplateTable
1356 void TemplateTable::astore(int n) { function in class:TemplateTable
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DtemplateTable_ppc_64.cpp817 void TemplateTable::astore() { function in class:TemplateTable
1040 void TemplateTable::astore(int n) { function in class:TemplateTable

Completed in 434 milliseconds