Searched refs:where (Results 176 - 184 of 184) sorted by relevance

12345678

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java130 * HREF where commentTagsToString inserts a {@docRoot} where one was
135 * destination directory from the directory where the file is being
173 // Insert docrootparent absolute path where {@docRoot}/.. was located
191 // Insert relative path where {@docRoot} was located
208 * @param where Position in the file
213 public void printNoFramesTargetHyperLink(String link, String where, argument
220 + getHyperLinkString(link, where, label, strong, "", "", target) + "');");
225 println(" " + getHyperLinkString(link, where, label, strong, "", "", target));
1869 * @param context the id of the context where th
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2823 // to be lost. That can cause confusion where different data
2890 // a case where the VM wants to use a larger alignment size
3379 // ISM is only recommended on old Solaris where there is no MPSS support.
3765 // There have been cases where there is a thread ready to execute but it doesn't
5493 // artifical out-of-memory situations, where all available address-
5559 void* where = RTLD_NEXT; local
5560 if ((sol_vsnprintf = CAST_TO_FN_PTR(vsnprintf_t, dlsym(where, "__vsnprintf"))) == NULL)
5561 sol_vsnprintf = CAST_TO_FN_PTR(vsnprintf_t, dlsym(where, "vsnprintf"));
5564 where = RTLD_DEFAULT;
5565 if ((sol_vsnprintf = CAST_TO_FN_PTR(vsnprintf_t, dlsym(where, "__vsnprint
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js893 function where(javaThread) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2423 Condition cond, Label *where) {
2432 br(cond, false, Assembler::pn, *where);
2420 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch1, Register scratch2, Condition cond, Label *where) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp994 // TODO: move this directly to position where use-kind is computed
1703 // visit all registers where the live_at_edge bit is set
1874 // visit all registers where the live_in bit is set
1947 // visit all registers where the live_in bit is set
2226 assert(location.where() == Location::on_stack, "value is in register");
2241 assert(location.where() == Location::on_stack, "owner is in register");
2243 assert(value->basic_lock().where() == Location::on_stack, "basic_lock is in register");
2248 assert(l1.where() == l2.where() && l1.type() == l2.type() && l1.offset() == l2.offset(), "");
3372 // visit all registers where th
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1737 "where num_of_file > 0 and num_of_size > 0\n"
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp325 // Most versions of bsd have a bug where the number of processors are
1383 // Try to figure out where the stack base (top) is. This is harder.
3019 extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { } argument
3020 extern "C" JNIEXPORT void numa_error(char *where) { } argument
5419 // new Bsd kernels 2.6+ where NPTL is supported.
5522 // Beware -- Some versions of NPTL embody a flaw where pthread_cond_timedwait() can
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp318 // Most versions of linux have a bug where the number of processors are
1191 // Try to figure out where the stack base (top) is. This is harder.
1890 // This is for the case where the DLL has an static
2658 // to be lost. That can cause confusion where different data
2871 extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { } argument
2872 extern "C" JNIEXPORT void numa_error(char *where) { } argument
2986 // stack cannot grow beyond the pages where the stack guard was
3038 // where we're going to put our guard pages, truncate the mapping at
5165 // new Linux kernels 2.6+ where NPTL is supported.
5261 // Beware -- Some versions of NPTL embody a flaw where pthread_cond_timedwai
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec140 "<li>Garbage collection is re-enabled in all cases where it was "
146 "location where it was originally stopped. "
336 "to the debugger VM in situations where very large numbers of events "
1953 (int stack_depth "Stack depth location where monitor was acquired")
2660 "Which threads where suspended by this composite event?")
2789 "the exception event is generated at the location where the "
2823 "where they are not explicit in the source code; for example, "

Completed in 398 milliseconds

12345678