Searched refs:JVM_OPC_astore (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h201 JVM_OPC_astore = 58, enumerator in enum:__anon551
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1440 this_idata->opcode = JVM_OPC_astore;
1468 case JVM_OPC_astore: case JVM_OPC_istore: case JVM_OPC_fstore:
1667 case JVM_OPC_aload: case JVM_OPC_astore:
2086 && (opcode == JVM_OPC_astore))
2090 && ((opcode == JVM_OPC_astore) || (opcode == JVM_OPC_aload)
2479 case JVM_OPC_istore: case JVM_OPC_fstore: case JVM_OPC_astore:
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c1080 case JVM_OPC_aload: case JVM_OPC_astore:

Completed in 55 milliseconds