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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.hpp35 static address astore(JavaThread* thread);
H A DtemplateTable_sparc.cpp786 void TemplateTable::astore() {
988 void TemplateTable::astore(int n) {
1785 // 'astore' because JVM specs claim it's a pointer-sized thing. Hence in
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java100 astore = 58, field in interface:ByteCodes
H A DCode.java944 case astore:
2049 mnem[astore] = "astore";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp190 static void astore();
211 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 );
536 #undef astore macro
H A DbytecodeInterpreter.hpp579 static void astore(intptr_t* topOfStack, int stack_offset,
H A DbytecodeInterpreter.cpp1009 astore(topOfStack, -1, locals, pc[1]);
1049 astore(topOfStack, -1, locals, reg);
1083 astore(topOfStack, -1, locals, num); \
2985 void BytecodeInterpreter::astore(intptr_t* tos, int stack_offset, function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp876 void TemplateTable::astore() { function in class:TemplateTable
1070 void TemplateTable::astore(int n) { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp892 void TemplateTable::astore() { function in class:TemplateTable
1097 void TemplateTable::astore(int n) { function in class:TemplateTable

Completed in 81 milliseconds