Searched refs:lload (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java64 lload = 22, field in interface:ByteCodes
H A DCode.java926 case lload:
2013 mnem[lload] = "lload";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp158 static void lload();
180 static void lload(int n);
H A DtemplateTable.cpp233 #define lload TemplateTable::lload macro
283 def(Bytecodes::_lload , ubcp|____|____|____, vtos, ltos, lload , _ );
291 def(Bytecodes::_lload_0 , ____|____|____|____, vtos, ltos, lload , 0 );
292 def(Bytecodes::_lload_1 , ____|____|____|____, vtos, ltos, lload , 1 );
293 def(Bytecodes::_lload_2 , ____|____|____|____, vtos, ltos, lload , 2 );
294 def(Bytecodes::_lload_3 , ____|____|____|____, vtos, ltos, lload , 3 );
528 #undef lload macro
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp561 void TemplateTable::lload() { function in class:TemplateTable
756 void TemplateTable::lload(int n) { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp578 void TemplateTable::lload() { function in class:TemplateTable
769 void TemplateTable::lload(int n) { function in class:TemplateTable
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp519 void TemplateTable::lload() { function in class:TemplateTable
672 void TemplateTable::lload(int n) { function in class:TemplateTable

Completed in 3509 milliseconds