Searched refs:work (Results 51 - 75 of 84) sorted by relevance

1234

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dvm_version_s390.cpp17 * 2 along with this work; if not, write to the Free Software Foundation,
826 // Prepare for detection code execution and clear work buffer.
947 // Clear work buffer.
1189 unsigned long work; local
1191 " LA %[work],%[buffer] \n\t" // Load address of buffer.
1193 " BCR 15,%[work] \n\t" // Branch into buffer, execute whatever is in there.
1195 , [work] "=&a" (work) /* outputs */
1204 unsigned long work; local
1206 " LG %[work],
[all...]
H A DmacroAssembler_s390.cpp17 * 2 along with this work; if not, write to the Free Software Foundation,
226 // Data register (reg) cannot be used as work register.
279 // data register (reg) cannot be used as work register.
332 // Data register (reg) cannot be used as work register.
392 // Data register (reg) will be used as work register where possible.
604 unsigned int MacroAssembler::mul_reg64_const16(Register rval, Register work, int cval) { argument
619 z_sllg(work, rval, exact_log2(bit1));
621 z_agr(rval, work);
810 Register work = accumulate? Z_R0 : tmp;
813 z_lghi(work, ll_of
[all...]
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparNewGeneration.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
188 // work queue, allowing them to be stolen and draining our
204 // stack to our work queue.
427 // Print stats related to work queue activity.
466 // to scaling. Should we add heavy-weight work into this
552 // We have no local work, attempt to steal from other threads.
554 // Attempt to steal work from promoted.
592 void ParNewGenTask::work(uint worker_id) { function in class:ParNewGenTask
626 // offered termination, i.e., after there is no more work to be
762 virtual void work(uin
784 void ParNewRefProcTaskProxy::work(uint worker_id) { function in class:ParNewRefProcTaskProxy
804 virtual void work(uint worker_id) { function in class:ParNewRefEnqueueTaskProxy
[all...]
H A DyieldingWorkgroup.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
78 // immediately with no actual work having been done by the workers.
84 have finished their quota of work. Until this task has
89 The yielding work gang thus exports two invokation
97 The shape of a yielding work gang is as follows:
105 Notify workers that work is ready to be done
109 all work is completed or the task has yielded
128 therefore be flexible work gangs, just yielding work
131 the work gan
[all...]
H A DparNewGeneration.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
120 // remainder available for work stealing.
248 void work(uint worker_id);
314 // The per-worker-thread work queues
H A DconcurrentMarkSweepGeneration.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
102 // phases of the CMS thread's work do not block out the VM thread
393 // We add "gc0_period" to the "work" calculation
400 double work = cms_duration() + gc0_period(); local
404 if (work > deadline) {
409 return work - deadline;
1228 // which works, even if not optimum in terms of concurrent work.
1229 // As a work around for too eagerly collecting, use the flag
1518 // A work method used by the foreground collector to do
1981 // some "local" work t
[all...]
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DreferenceProcessor.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
190 // support of work distribution
604 virtual void work(unsigned int work_id, BoolObjectClosure& is_alive,
633 virtual void work(unsigned int work_id) = 0;
H A DreferenceProcessor.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
355 virtual void work(unsigned int work_id) { function in class:RefProcEnqueueTask
452 // closures that accomplish this work.
649 virtual void work(unsigned int i, BoolObjectClosure& is_alive, function in class:RefProcPhase1Task
670 virtual void work(unsigned int i, BoolObjectClosure& is_alive, function in class:RefProcPhase2Task
691 virtual void work(unsigned int i, BoolObjectClosure& is_alive, function in class:RefProcPhase3Task
H A Dworkgroup.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
41 log_develop_trace(gc, workgang)("Constructing work gang %s with %u threads", name(), total_workers());
173 // The last worker signals to the coordinator that all work is completed.
207 // Tell the workers to get to work.
303 " of a work gang");
330 log_develop_trace(gc, workgang)("Running work gang: %s task: %s worker: %u", name(), data._task->name(), data._worker_id);
332 data._task->work(data._worker_id);
334 log_develop_trace(gc, workgang)("Finished work gang: %s task: %s worker: %u thread: " PTR_FORMAT,
351 : _monitor(Mutex::safepoint, "work gang barrier sync", true,
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Daarch64_linkage.S16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpcTasks.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
73 // Do the real work
133 // Do the real work
150 _rp_task.work(_work_id, *PSParallelCompact::is_alive_closure(),
H A DpsScavenge.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
146 _rp_task.work(_work_id, is_alive, keep_alive, evac_followers);
163 _enq_task.work(_work_id);
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DcollectionSetChooser.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
249 void work(uint worker_id) { function in class:ParKnownGarbageTask
H A Dg1EvacFailure.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
254 void G1ParRemoveSelfForwardPtrsTask::work(uint worker_id) { function in class:G1ParRemoveSelfForwardPtrsTask
H A Dg1CollectedHeap.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
646 // Call complete_archive to do the real work, filling in the MemRegion
1380 // Expansion didn't work, we'll try to do a Full GC.
1740 // Do later initialization work for concurrent refinement.
2975 // 0 is used to indicate serial work. When parallel work is done,
3065 // Actually do the work...
3208 // running. Note: of course, the actual marking work will
3277 void work(uint worker_id) { function in class:G1ParTask
3278 if (worker_id >= _n_workers) return; // no work neede
3424 void work(uint worker_id) { function in class:G1StringAndSymbolCleaningTask
3658 void work() { function in class:G1KlassCleaningTask
3689 void work() { function in class:G1ResolvedMethodCleaningTask
3716 void work(uint worker_id) { function in class:G1ParallelCleaningTask
3772 virtual void work(uint worker_id) { function in class:G1RedirtyLoggedCardsTask
3982 virtual void work(uint worker_id) { function in class:G1STWRefProcTaskProxy
4032 virtual void work(uint worker_id) { function in class:G1STWRefEnqueueTaskProxy
4075 void work(uint worker_id) { function in class:G1ParPreserveCMReferentsTask
4507 void work(uint worker_id) { function in class:G1ParScrubRemSetTask
4716 virtual void work(uint worker_id) { function in class:G1FreeCollectionSetTask
[all...]
H A Dg1ConcurrentMark.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
647 void work(uint worker_id) {
667 log_debug(gc, ergo)("Running %s with %u workers for " SIZE_FORMAT " work units.", cl.name(), num_workers, num_chunks);
799 // more work
844 void work(uint worker_id) {
944 void work(uint worker_id) {
960 // should not attempt to do any further work.
965 // We distribute work on a per-region basis, so starting
972 log_debug(gc, ergo)("Running %s using %u workers for %u work units.",
1171 void work(uin
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
214 // work will be amortized more completely.
222 // Small work is somewhat favorable for inlining, since methods with
293 float work() const { return _work; } function in class:WarmCallInfo
H A DcallGenerator.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
148 // to the call site to make resolution logic work
248 // make resolution logic work (see SharedRuntime::resolve_{virtual,opt_virtual}_call_C).
1214 // Expected work performed by the call in units of call-overheads.
1215 // %%% need an empirical curve fit for "work" (time in call)
1232 if (work() > WarmCallMaxWork) return true;
1243 if (work() <= HotCallTrivialWork) return true;
1333 count(), profit(), work(), size(), compute_heat(), next());
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dinflate.c17 * 2 along with this work; if not, write to the Free Software Foundation,
324 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
331 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
974 &(state->lenbits), state->work);
1048 &(state->lenbits), state->work);
1057 &(state->next), &(state->distbits), state->work);
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java18 * 2 along with this work; if not, write to the Free Software Foundation,
1502 for (ListIterator<Entry> work =
1504 work.hasPrevious(); ) {
1505 Entry e = work.previous();
1506 work.remove(); // pop stack
1530 work.add(re); // push stack, if a new ref
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_64.s16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s16 / 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
262 // Further complicating matters is that yield() does not work as naively expected
582 void work(uint worker_id) { function in class:ParallelSPCleanupTask
665 cleanup.work(0);
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/
H A Djszip.js900 // special case : it's way easier to work with Uint8Array than with ArrayBuffer
1552 // this will work because the constructor applied the "& 0xff" mask.
1907 // Chrome prefers to work with "small" chunks of data
3105 * - `raw` (Boolean) - say that we work with raw stream, if you don't wish to specify
3468 * - `raw` (Boolean) - say that we work with raw stream, if you don't wish to specify
6225 this.work = new utils.Buf16(288); /* work area for code table building */
6366 inflate_table(LENS, state.lens, 0, 288, lenfix, 0, state.work, {bits: 9});
6372 inflate_table(DISTS, state.lens, 0, 32, distfix, 0, state.work, {bits: 5});
6997 ret = inflate_table(CODES, state.lens, 0, 19, state.lencode, 0, state.work, opt
[all...]

Completed in 242 milliseconds

1234