コード例 #1
0
 /**
  * Pushes an object onto the queue, forcing an out of line sequence.
  *
  * @param object The object to push.
  */
 @Inline
 public final void pushOOL(ObjectReference object) {
   values.pushOOL(object);
 }