Searched refs:enqueue (Results 1 - 25 of 45) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/capture/
H A DCapture3.java36 void enqueue(Ref<? extends T> r) { method in class:Q
43 void enqueue() { method in class:Ref
44 this.queue.enqueue(this);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1SATBCardTableModRefBS.cpp52 void G1SATBCardTableModRefBS::enqueue(oop pre_val) { function in class:G1SATBCardTableModRefBS
60 jt->satb_mark_queue().enqueue(pre_val);
63 JavaThread::satb_mark_queue_set().shared_satb_queue()->enqueue(pre_val);
74 enqueue(oopDesc::decode_heap_oop_not_null(heap_oop));
97 jt->dirty_card_queue().enqueue(byte);
101 _dcqs.shared_dirty_card_queue()->enqueue(byte);
138 jt->dirty_card_queue().enqueue(byte);
148 _dcqs.shared_dirty_card_queue()->enqueue(byte);
H A Dg1SATBCardTableModRefBS.hpp43 static void enqueue(oop pre_val);
59 enqueue(oopDesc::decode_heap_oop(heap_oop));
H A Dg1HotCardCache.cpp128 into_cset_dcq->enqueue(card_ptr);
H A Dg1EvacFailure.hpp58 _dcq->enqueue((jbyte*)_ct_bs->byte_for_index(card_index));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferQueue.java39 public void enqueue(ByteBufferWithInfo item) method in class:BufferQueue
H A DBufferManagerWriteCollect.java84 queue.enqueue(bbwi);
110 queue.enqueue(((CDROutputObject)outputObject).getByteBufferWithInfo());
/openjdk7/jdk/test/java/lang/ref/
H A DEnqueueNullRef.java35 if (!r.enqueue())
/openjdk7/jdk/src/share/classes/java/lang/ref/
H A DReference.java86 * the enqueue() method to those objects, collectors should link
113 /* High-priority thread to enqueue pending References
146 if (q != ReferenceQueue.NULL) q.enqueue(r);
222 public boolean enqueue() { method in class:Reference
223 return this.queue.enqueue(this);
H A DReferenceQueue.java44 boolean enqueue(Reference r) { method in class:ReferenceQueue.Null
57 boolean enqueue(Reference<? extends T> r) { /* Called only by Reference class */ method in class:ReferenceQueue
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassQueue.java73 public void enqueue(JavaClass clazz) { vec.addLast(clazz); } method in class:ClassQueue
/openjdk7/jdk/src/share/classes/sun/misc/
H A DRequestProcessor.java48 requestQueue.enqueue(req);
H A DTimer.java225 TimerThread.enqueue(this);
328 enqueue, for inserting a timer into queue and dequeue, for removing
426 static protected void enqueue(Timer timer) { method in class:TimerThread
449 + ": enqueue " + timer.interval + ": ");
518 enqueue(timer);
H A DQueue.java51 public synchronized void enqueue(Object obj) { method in class:Queue
/openjdk7/jdk/src/windows/classes/sun/tools/attach/
H A DWindowsVirtualMachine.java40 // the enqueue code stub (copied into each target VM)
58 // The target VM might be a pre-6.0 VM so we enqueue a "null" command
59 // which minimally tests that the enqueue function exists in the target
62 enqueue(hProcess, stub, null, null);
88 // after this check but before we enqueue the command.
95 // enqueue the command to the process
96 enqueue(hProcess, stub, cmd, pipename, args);
181 static native void enqueue(long hProcess, byte[] stub, method in class:WindowsVirtualMachine
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp192 q->enqueue(new PSRefProcTaskProxy(task, i));
198 q->enqueue(new StealTask(&terminator));
210 q->enqueue(new PSRefEnqueueTaskProxy(task, i));
412 q->enqueue(new OldToYoungRootsTask(old_gen, old_top, i, stripe_total));
415 q->enqueue(new SerialOldToYoungRootsTask(perm_gen, perm_top));
417 q->enqueue(new ScavengeRootsTask(ScavengeRootsTask::universe));
418 q->enqueue(new ScavengeRootsTask(ScavengeRootsTask::jni_handles));
421 q->enqueue(new ScavengeRootsTask(ScavengeRootsTask::object_synchronizer));
422 q->enqueue(new ScavengeRootsTask(ScavengeRootsTask::flat_profiler));
423 q->enqueue(ne
[all...]
H A DgcTaskManager.hpp169 void enqueue(GCTask* task);
171 void enqueue(GCTaskQueue* list);
248 void enqueue(GCTask* task) { function in class:SynchronizedGCTaskQueue
250 unsynchronized_queue()->enqueue(task);
252 void enqueue(GCTaskQueue* list) { function in class:SynchronizedGCTaskQueue
254 unsynchronized_queue()->enqueue(list);
H A DpcTasks.cpp162 q->enqueue(new RefProcTaskProxy(task, i));
167 q->enqueue(new StealMarkingTask(&terminator));
180 q->enqueue(new RefEnqueueTaskProxy(task, i));
/openjdk7/jdk/src/share/back/
H A DdebugLoop.c37 static void enqueue(jdwpPacket *p);
241 enqueue(&packet);
256 enqueue(jdwpPacket *packet) function
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java62 synchronized void enqueue(EventSet eventSet) { method in class:EventQueueImpl
76 enqueue(new EventSetImpl(vm,
171 * because it is possible for multiple enqueue() calls
175 * it should be supported). Even if enqueue() did a
/openjdk7/jdk/src/solaris/classes/sun/tools/attach/
H A DSolarisVirtualMachine.java130 // enqueue the command via a door call
131 int s = enqueue(door, cmd, args);
240 // enqueue a command (and arguments) to the given door
241 static native int enqueue(int fd, String cmd, Object ... args) method in class:SolarisVirtualMachine
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp41 // it simple operations are pre-allocated at initialization time. An enqueue thus
47 // client is a pipe server. In the enqueue operation it provides the name of pipe
73 // head and tail of enqueue operations list
103 // enqueue an operation to the end of the list
104 static int enqueue(char* cmd, char* arg1, char* arg2, char* arg3, char* pipename);
182 int Win32AttachListener::enqueue(char* cmd, char* arg0, char* arg1, char* arg2, char* pipename) { function in class:Win32AttachListener
400 return (jint)Win32AttachListener::enqueue(cmd, arg0, arg1, arg2, pipename);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedBlockingQueue.java196 private void enqueue(Node<E> node) { method in class:LinkedBlockingQueue
285 enqueue(new Node<E>(e));
351 enqueue(node);
386 enqueue(new Node<E>(e));
420 enqueue(node);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventQueue.java90 synchronized void enqueue(EventObject event, Vector vector) { method in class:EventQueue
145 // only enqueue events with listseners of the correct type.
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp49 // client (tools) can locate it. To enqueue an operation to the VM the
50 // client calls through the door which invokes the enqueue function in
56 // sockets (socketpair) is created in the enqueue function and the file
128 // enqueue an operation
129 static void enqueue(SolarisAttachOperation* op);
222 // enqueue to the attach listener.
310 // can't enqueue operation after fatal error
322 // for one end in the operation and enqueue the operation. The
332 SolarisAttachListener::enqueue(op);
453 // wait for somebody to enqueue somethin
485 void SolarisAttachListener::enqueue(SolarisAttachOperation* op) { function in class:SolarisAttachListener
[all...]

Completed in 92 milliseconds

12