Searched refs:JVM_OPC_putstatic (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h322 JVM_OPC_putstatic = 179, enumerator in enum:__anon551
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1222 case JVM_OPC_getstatic: case JVM_OPC_putstatic: {
1980 fullinfo_type put_full_info; /* only used in case JVM_OPC_putstatic and JVM_OPC_putfield */
1988 case JVM_OPC_putstatic: case JVM_OPC_putfield: {
2272 case JVM_OPC_putstatic: {
2290 if (opcode == JVM_OPC_putfield || opcode == JVM_OPC_putstatic) {

Completed in 55 milliseconds