Home
last modified time | relevance | path

Searched refs:OP_LSTORE_0 (Results 1 – 3 of 3) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dop.h91 OP_LSTORE_0 = 0x3f, enumerator
H A Dop.cpp371 case OP_ISTORE_0: case OP_LSTORE_0: case OP_FSTORE_0: case OP_DSTORE_0: in OpDmp()
H A Dbytecode.cpp6769 PutOp((Opcode) (OP_LSTORE_0 + varno)); // Exploit opcode encodings in StoreLocal()