Searched refs:where (Results 226 - 249 of 249) sorted by relevance

12345678910

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp283 AsmCondition cond, Label* where);
H A Dinterp_masm_arm.cpp469 // in a context where the base would no longer be aligned.
2000 AsmCondition cond, Label* where) {
2014 b(*where, cond);
/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp122 static void assert_constant_size(int required_size, int where, Bytecodes::Code bc, bool is_wide = false) NOT_DEBUG_RETURN;
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DMethodWriterImpl.java351 .where(writer.getName(writer.getAnchor(method))).label(method.getSimpleName()));
H A DHtmlDocletWriter.java198 * HREF where commentTagsToString inserts a {@docRoot} where one was
203 * destination directory from the directory where the file is being
236 // Insert relative path where {@docRoot} was located
247 //where:
1267 * @param context the id of the context where the link will be added
1279 * @param context the id of the context where the link will be added
1313 * @param context the id of the context where the link will be added
1335 * @param context the id of the context where the link will be added
1346 * @param context the id of the context where th
[all...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java128 * HREF where commentTagsToString inserts a {@docRoot} where one was
133 * destination directory from the directory where the file is being
166 // Insert relative path where {@docRoot} was located
177 //where:
1093 * @param context the id of the context where the link will be added
1105 * @param context the id of the context where the link will be added
1139 * @param context the id of the context where the link will be added
1158 * @param context the id of the context where the link will be added
1169 * @param context the id of the context where th
[all...]
H A DMethodWriterImpl.java336 .where(writer.getName(writer.getAnchor(method))).label(name));
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.cpp1820 Label *where) {
1836 if (where) { z_brc(cond, *where); }
1814 increment_mask_and_jump(Address counter_addr, int increment, Address mask, Register scratch, bool preloaded, branch_condition cond, Label *where) argument
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DParser.java236 public void defineField(long where, ClassDefinition c, argument
256 defineField(where, doc, mod, t, nm.id, argIds, expIds, val);
263 protected void defineField(long where, String doc, int mod, Type t, argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArray.java452 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
494 @Getter(name = "length", where = Where.PROTOTYPE, attributes = Attribute.NOT_ENUMERABLE | Attribute.NOT_CONFIGURABLE)
504 @Setter(name = "length", where = Where.PROTOTYPE, attributes = Attribute.NOT_ENUMERABLE | Attribute.NOT_CONFIGURABLE)
1792 //cast to NativeArray, to avoid cases like x = {0:0, 1:1}, x.length = 2, where we can't use the array push/pop
1889 //where everything works first
H A DNativeString.java367 @Function(attributes = Attribute.NOT_ENUMERABLE, arity = 1, where = Where.CONSTRUCTOR)
746 * @return offset where match occurred
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js630 function where(javaThread) { function
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngread.c1287 /* The following document where the background is for each processing case. */
2520 /* Exclude the case where the output is gray; we can always handle this
3882 int where; local
3893 where = PNG_FILLER_BEFORE;
3899 where = PNG_FILLER_AFTER;
3901 png_set_add_alpha(png_ptr, filler, where);
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java277 int where = newAttrs.indexOf(olda);
278 newAttrs.set(where, a);
374 // where thisClass is an inner class, it will already
/openjdk9/make/
H A DInitSupport.gmk178 $$(info LOG can be <level>[,<opt>[...]] where <opt> is nofile | cmdlines)
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintJob.cpp1734 * its unnecessary as the driver performs adequate compression where
1957 POINT where; local
1958 ::GetCurrentPositionEx((HDC)printDC, &where);
1960 return (jint) where.x;
1975 POINT where; local
1976 ::GetCurrentPositionEx((HDC)printDC, &where);
1978 return (jint) where.y;
2648 * bottom of the DIB, which is where the first scan line is.
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp1130 // problematic case where tmp_reg = no_reg.
1924 Condition cond, Label* where) {
1931 jcc(cond, *where);
1921 increment_mask_and_jump(Address counter_addr, int increment, Address mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp1513 Label* where) {
1521 br(cond, *where);
1509 increment_mask_and_jump(Address counter_addr, int increment, Address mask, Register scratch, Register scratch2, bool preloaded, Condition cond, Label* where) argument
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2602 Condition cond, Label *where) {
2607 br(cond, false, Assembler::pn, *where);
2599 increment_mask_and_jump(Address counter_addr, int increment, Address mask_addr, Register scratch1, Register scratch2, Condition cond, Label *where) argument
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp978 // TODO: move this directly to position where use-kind is computed
1720 // visit all registers where the live_at_edge bit is set
1891 // visit all registers where the live_in bit is set
1964 // visit all registers where the live_in bit is set
2261 assert(location.where() == Location::on_stack, "value is in register");
2276 assert(location.where() == Location::on_stack, "owner is in register");
2278 assert(value->basic_lock().where() == Location::on_stack, "basic_lock is in register");
2283 assert(l1.where() == l2.where() && l1.type() == l2.type() && l1.offset() == l2.offset(), "");
3406 // visit all registers where th
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParser.java1909 * where {@code n} is the current inlining depth.
1916 StackTraceElement where = code.asStackTraceElement(bci());
1917 TTY.println(format("%s%s (%s:%d) %s", nSpaces(getDepth()), method.isConstructor() ? method.format("%h.%n") : method.getName(), where.getFileName(), where.getLineNumber(),
/openjdk9/jdk/make/data/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 "
2064 (int stack_depth "Stack depth location where monitor was acquired")
2803 "Which threads where suspended by this composite event?")
2932 "the exception event is generated at the location where the "
2966 "where they are not explicit in the source code; for example, "
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp232 // Most versions of linux have a bug where the number of processors are
954 // Try to figure out where the stack base (top) is. This is harder.
1676 // This is for the case where the DLL has an static
2605 // to be lost. That can cause confusion where different data
2733 // the requirements on where the memory should be allocated. MPOL_BIND is the
2803 extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { }
2804 extern "C" JNIEXPORT void numa_error(char *where) { }
2977 // stack cannot grow beyond the pages where the stack guard was
2995 // where we're going to put our guard pages, truncate the mapping at
5214 // because it saves a system call and removes a small window where th
[all...]
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh502 # (the dirname of $[0] is not the place where we might find the
1997 enable dtrace. Default is auto, where dtrace is
2001 auto, where aot is enabled if all dependencies are
2014 Default is auto, where the failure handler is built
2207 --with-ccache-dir where to store ccache files [~/.ccache]
3871 # This leads to the code where we check in different ways to locate a
3905 # environmental variable as base for where to look.
16777 # where it exists, else fall back to horribly
16936 # applicable to the HotSpot build where it means to build a completely
17520 # Test from where w
[all...]

Completed in 333 milliseconds

12345678910