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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java94 caload = 52, field in interface:ByteCodes
H A DCode.java553 case caload:
2043 mnem[caload] = "caload";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp176 static void caload();
H A DtemplateTable.cpp313 def(Bytecodes::_caload , ____|____|____|____, itos, itos, caload , _ );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp515 // the next bytecode is neither an iload or a caload, and therefore
715 void TemplateTable::caload() { function in class:TemplateTable
725 // iload followed by caload frequent pair
H A DtemplateTable_x86_64.cpp534 // the next bytecode is neither an iload or a caload, and therefore
723 void TemplateTable::caload() { function in class:TemplateTable
735 // iload followed by caload frequent pair
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp470 // iload,caload pair into fast_icaload
479 // the next bytecode is neither an iload or a caload, and therefore
638 void TemplateTable::caload() { function in class:TemplateTable

Completed in 68 milliseconds