Searched refs:of (Results 1 - 25 of 1055) sorted by path

1234567891011>>

/openjdk10/
H A DMakefile6 # under the terms of the GNU General Public License version 2 only, as
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 # You should have received a copy of the GNU General Public License version
44 $(info Error: This version of GNU Make is too low ($(MAKE_VERSION)).)
/openjdk10/common/autoconf/build-aux/
H A Dautoconf-config.guess7 # under the terms of the GNU General Public License version 2 only, as
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 # You should have received a copy of the GNU General Public License version
35 # under the terms of the GNU General Public License as published by
36 # the Free Software Foundation; either version 2 of the License, or
40 # WITHOUT ANY WARRANTY; without even the implied warranty of
44 # You should have received a copy of the GNU General Public License
48 # distribute this file as part of a program that contains a
50 # the same distribution terms that you use for the rest of that program.
61 # You can get the latest version of thi
[all...]
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh28 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
172 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
287 # Unset more variables known to interfere with behavior of common tools.
378 # Append the text in VALUE to the end of the definition contained in VAR. Take
379 # advantage of any shell optimizations that allow amortized linear growth over
380 # repeated appends, instead of the typical quadratic growth present in naive
397 # global $as_val. Take advantage of shells that can avoid forks. The arguments
501 # Don't try to exec as it changes $[0], causing all sort of problems
502 # (the dirname of $[0] is not the place where we might find the
505 # Exit status is that of th
[all...]
/openjdk10/corba/make/
H A DMakefile6 # under the terms of the GNU General Public License version 2 only, as
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 # You should have received a copy of the GNU General Public License version
34 # What is the name of this subsystem (langtools, corba, etc)?
41 $(info WARNING: This is a non-recommended way of building!)
44 $(info Cannot locate top-level Makefile. Is this repo not checked out as part of a complete forest?)
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Daarch64_linkage.S6 # under the terms of the GNU General Public License version 2 only, as
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 # You should have received a copy of the GNU General Public License version
28 # of the ARM code buffer and patched with a link to the
102 // push start of arm code
119 // pop start of arm code
H A Dc1_Runtime1_aarch64.cpp7 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
49 // Implementation of StubAssembler
159 // Implementation of StubFrame
202 // Implementation of Runtime1
210 // Note: note that users of this frame may well have arguments to some runtime
221 // Tries to smart of about FP registers. In particular we separate
325 // target: the entry point of the method that creates and posts the exception oop
358 // We're handling an exception in the context of
[all...]
H A DmacroAssembler_aarch64.cpp7 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
64 // Patch any kind of instruction; there may be several instructions.
65 // Return the total length (in bytes) of the instructions.
97 // We handle 4 types of PC relative addressing
307 // When entering C land, the rfp, & resp of the last Java frame have to be recorded
345 // cases of set_last_Java_frame with last_java_pc=NULL and use the
371 assert(ReservedCodeCacheSize < 4*G, "branch out of range");
373 "destination of fa
[all...]
H A DmethodHandles_aarch64.cpp7 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
73 __ push(RegSet::of(temp, temp2), sp);
81 __ pop(RegSet::of(temp, temp2), sp);
85 __ pop(RegSet::of(temp, temp2), sp);
126 // This is the initial entry point of a lazy method handle.
330 // temp1_recv_klass - klass of stacked receiver, if needed
H A Dregister_aarch64.hpp7 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
70 // The integer registers of the aarch64 architecture
126 // The implementation of floating point registers for the architecture
149 // The float registers of the AARCH64 architecture
186 // Need to know the total number of registers of all sorts for SharedInfo.
206 // A set of registers
233 static RegSet of(Registe function in class:RegSet
237 static RegSet of(Register r1, Register r2) { function in class:RegSet
241 static RegSet of(Register r1, Register r2, Register r3) { function in class:RegSet
245 static RegSet of(Register r1, Register r2, Register r3, Register r4) { function in class:RegSet
[all...]
H A DstubGenerator_aarch64.cpp7 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
51 // Declaration and definition of StubGenerator (no .hpp file).
52 // For a more detailed description of the stub routine structure
101 // we save r30 (lr) as the return PC at the base of the frame and
110 // during setup of the Java call?
123 // we save the bottom 64 bits of each value stored in v8-v15; it is
124 // the responsibility of the caller to preserve larger values.
228 // set up frame and move sp to end of sav
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
97 // small number of arguments (two fewer args on windows)
111 // Windows runs out of register args here
137 // rscratch1 will apear in 32bit code that is dead but of course must compile
151 // using any of the amd64 addressing modes with one object.
258 // ByteSize type (see sizes.hpp). They simplify the use of
305 // Address. An index of 4 (rsp) corresponds to having no index, so convert
328 // AddressLiteral has been split out from Address because operands of thi
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/scripts/
H A Dstart-debug-server.bat8 REM under the terms of the GNU General Public License version 2 only, as
12 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 REM You should have received a copy of the GNU General Public License version
44 echo JAVA_HOME must contain the pathname of a J2SE 1.5
H A Dstart-rmiregistry.bat8 REM under the terms of the GNU General Public License version 2 only, as
12 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 REM You should have received a copy of the GNU General Public License version
45 @echo JAVA_HOME must contain the pathname of a J2SE 1.5 installation.
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
100 // Get commonly used sizes of basic types
114 /** Comparison operation for oops, either or both of which may be null */
120 // Cached sizes of basic types
176 public void iterate(HeapVisitor visitor, ObjectFilter of) { argument
177 iterateLiveRegions(collectLiveRegions(), visitor, of);
180 /** iterate objects of given Klass. param 'includeSubtypes' tells whether to
181 * include objects of subtype
297 iterateLiveRegions(List liveRegions, HeapVisitor visitor, ObjectFilter of) argument
[all...]
H A DOopUtilities.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
65 // possible values of java_lang_Thread::ThreadStatus
158 Assert.that(coderField != null, "Field \'coder\' of java.lang.String not found");
159 Assert.that(valueField != null, "Field \'value\' of java.lang.String not found");
285 /** returns value of java.lang.Thread.threadStatus field */
296 // the thread hasn't run yet or is in the process of exiting
304 /** returns value of java.lang.Thread.parkBlocker field */
324 // return exclusiveOwnerThread field of AbstractOwnableSynchronize
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DNode.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
67 * subclasses are represented with annotated fields. There are two kind of edges : {@link Input} and
68 * {@link Successor}. If a field, of a type compatible with {@link Node}, annotated with either
92 // The use of fully qualified class names here and in the rest
93 // of this file works around a problem javac has resolving symbols
96 * Denotes a non-optional (non-null) node input. This should be applied to exactly the fields of
97 * a node that are of type {@link Node} or {@link NodeInputList}. Nodes that update fields of
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/lang/
H A DLambdaEagerTest.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
41 private static final EnumSet<DeoptimizationReason> UNRESOLVED_UNREACHED = EnumSet.of(DeoptimizationReason.Unresolved, DeoptimizationReason.UnreachedCode);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DConditionalElimination02.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
64 runTest(EnumSet.of(DeoptimizationReason.NullCheckException), "test", new A(5), false, false);
69 runTest(EnumSet.of(DeoptimizationReason.NullCheckException), "test", new Object[]{null, true, true});
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.aarch64/src/org/graalvm/compiler/lir/aarch64/
H A DAArch64AddressValue.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
45 private static final EnumSet<OperandFlag> flags = EnumSet.of(OperandFlag.REG, OperandFlag.ILLEGAL);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64AddressValue.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
52 private static final EnumSet<OperandFlag> flags = EnumSet.of(OperandFlag.REG, OperandFlag.ILLEGAL);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCControlFlow.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
115 // if does not fit into simm5 of cbcond) instruction and the final branch instruction
144 static final EnumSet<SPARCKind> SUPPORTED_KINDS = EnumSet.of(XWORD, WORD);
162 assert x.getPlatformKind() == y.getPlatformKind() : String.format("PlatformKind of x must match PlatformKind of y. %s!=%s", x.getPlatformKind(), y.getPlatformKind());
229 * <li>Jump offset is maximum of -+512 instruction
234 * <li>at least one of trueDestination falseDestination is within reach of
[all...]
H A DSPARCImmediateAddressValue.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
49 private static final EnumSet<OperandFlag> flags = EnumSet.of(OperandFlag.REG);
H A DSPARCIndexedAddressValue.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
48 private static final EnumSet<OperandFlag> flags = EnumSet.of(OperandFlag.REG);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.test/src/org/graalvm/compiler/lir/test/
H A DCompositeValueReplacementTest1.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
48 * of a {@link CompositeValue} results in a new {@link CompositeValue}.
61 private static final EnumSet<OperandFlag> flags = EnumSet.of(OperandFlag.REG, OperandFlag.ILLEGAL);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRFrameState.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
119 protected static final EnumSet<OperandFlag> STATE_FLAGS = EnumSet.of(OperandFlag.REG, OperandFlag.STACK);

Completed in 482 milliseconds

1234567891011>>