Searched defs:lstore (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateTable.cpp238 #define lstore TemplateTable::lstore macro
540 #undef lstore macro
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java97 lstore = 55, field in interface:ByteCodes
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp904 void TemplateTable::lstore() function in class:TemplateTable
1124 void TemplateTable::lstore(int n) function in class:TemplateTable
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp906 void TemplateTable::lstore() { function in class:TemplateTable
1123 void TemplateTable::lstore(int n) { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp1050 void TemplateTable::lstore() { function in class:TemplateTable
1324 void TemplateTable::lstore(int n) { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateTable_ppc_64.cpp794 void TemplateTable::lstore() { function in class:TemplateTable
1025 void TemplateTable::lstore(int n) { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp992 void TemplateTable::lstore() { function in class:TemplateTable
1208 void TemplateTable::lstore(int n) { function in class:TemplateTable

Completed in 317 milliseconds