ldc1_quick |
indexbyte1 |
Stack: ... => ..., itemindexbyte1 is used as an unsigned 8-bit index into the constant pool of the current class. The item at that index is pushed onto the stack.
ldc2_quick |
indexbyte1 |
indexbyte2 |
Stack: ... => ..., itemindexbyte1 and indexbyte2 are used to construct an index into the constant pool of the current class. The constant at that index is resolved and the item at that index is pushed onto the stack.
ldc2w_quick |
indexbyte1 |
indexbyte2 |
Stack: ... => ..., constantindexbyte1 and indexbyte2 are used to construct an index into the constant pool of the current class. The constant at that index is pushed onto the stack.-word1
, constant-word2