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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1095 #undef OPC_DSTORE_n macro
1096 #define OPC_DSTORE_n(num) \ macro
1104 OPC_DSTORE_n(0);
1105 OPC_DSTORE_n(1);
1106 OPC_DSTORE_n(2);
1107 OPC_DSTORE_n(3);

Completed in 42 milliseconds