Searched refs:kind (Results 251 - 275 of 683) sorted by relevance

<<11121314151617181920>>

/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreterGenerator.cpp201 #define method_entry(kind) \
202 { CodeletMark cm(_masm, "method entry point (kind = " #kind ")"); \
203 Interpreter::_entry_table[Interpreter::kind] = generate_method_entry(Interpreter::kind); \
204 Interpreter::update_cds_entry_table(Interpreter::kind); \
396 AbstractInterpreter::MethodKind kind) {
402 switch (kind) {
421 case Interpreter::java_lang_math_fmaF : entry_point = generate_math_entry(kind); break;
429 : native = true; entry_point = generate_CRC32_updateBytes_entry(kind); brea
395 generate_method_entry( AbstractInterpreter::MethodKind kind) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DUnsafeCopyNode.java48 public static native void copy(Object srcObject, long srcOffset, Object destObject, long destOffset, @ConstantNodeParameter JavaKind kind, argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64AddressValue.java54 public AMD64AddressValue(ValueKind<?> kind, AllocatableValue base, int displacement) { argument
55 this(kind, base, Value.ILLEGAL, Scale.Times1, displacement);
58 public AMD64AddressValue(ValueKind<?> kind, AllocatableValue base, AllocatableValue index, Scale scale, int displacement) { argument
59 super(kind);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DInterval.java462 * The kind of this interval.
464 private ValueKind<?> kind; field in class:Interval
547 if (newLocation.getValueKind().equals(LIRKind.Illegal) && !kind.equals(LIRKind.Illegal)) {
548 this.location = asRegister(newLocation).asValue(kind);
557 assert newLocation.getValueKind().equals(this.kind);
575 public ValueKind<?> kind() { method in class:Interval
577 return kind;
580 public void setKind(ValueKind<?> kind) { argument
581 assert isRegister(operand) || this.kind().equals(LIRKind.Illegal) || this.kind()
[all...]
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DTypeCode.java50 * <LI>a <code>kind</code> field, which is set to an instance
53 * for the particular kind. For example, the
55 * describing the OMG IDL type <code>1ong</code> has kind
58 * <code>sequence&lt;boolean, 10&gt;</code> has a <code>kind</code> field
100 * only on the kind of type codes to which they apply. If an
102 * tries to access information from an inappropriate kind of
114 * <LI><code>kind</code>
209 * Retrieves the kind of this <code>TypeCode</code> object.
210 * The kind of a type code determines which <code>TypeCode</code>
213 * The method <code>kind</cod
220 public abstract TCKind kind(); method in class:TypeCode
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/cms/
H A DConcurrentMarkSweepGeneration.java70 public Generation.Name kind() { method in class:ConcurrentMarkSweepGeneration
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java84 public Generation.Name kind() { method in class:TenuredGeneration
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DCollectedHeap.java76 public abstract CollectedHeapName kind(); method in class:CollectedHeap
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/
H A DParallelScavengeHeap.java87 public CollectedHeapName kind() { method in class:ParallelScavengeHeap
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DbarrierSet.inline.hpp34 // card-table kind.
37 switch (kind()) {
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp148 dst_params[j].kind = src_params[j].kind;
236 dst_params[j].kind = src_params[j].kind;
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DtenuredGeneration.hpp63 Generation::Name kind() { return Generation::MarkSweepCompact; } function in class:TenuredGeneration
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/
H A DPropertyInfo.java101 * Gets the kind of this property.
106 PropertyKind kind(); method in interface:PropertyInfo
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java97 String kind = elem.getName();
98 if (kind != null) {
99 if (kind.equals(AbstractDocument.ContentElementName)) {
107 } else if (kind.equals(AbstractDocument.ParagraphElementName)) {
H A DBasicTextAreaUI.java169 String kind = elem.getName();
170 if (kind != null) {
171 if (kind.equals(AbstractDocument.ContentElementName)) {
173 } else if (kind.equals(AbstractDocument.ParagraphElementName)) {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCValuePropertyInfo.java48 public final PropertyKind kind() { method in class:CValuePropertyInfo
/openjdk10/jdk/make/src/classes/build/tools/jdwpgen/
H A DErrorNode.java40 this.kind = "Error";
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DAnnotationTypeDocImpl.java99 if (sym != null && sym.kind == MTH) {
H A DTagImpl.java92 * Return the kind of this tag.
94 public String kind() { method in class:TagImpl
H A DSerializedForm.java163 if (sym.kind == VAR) {
184 if (sym != null && sym.kind == VAR) {
213 if (sym.kind == MTH) {
245 if (sym.kind == VAR) {
/openjdk10/langtools/test/jdk/jshell/
H A DSnippetTest.java159 assertTrue(nd.kind().isPersistent(), "nd.isPersistent");
164 assertTrue(g.kind().isPersistent(), "g.isPersistent");
169 assertTrue(g.kind().isPersistent(), "drop isPersistent");
174 assertFalse(stmt.kind().isPersistent(), "stmt isPersistent");
/openjdk10/nashorn/samples/
H A Dfindvardelete.js80 if (node.kind == Tree.Kind.DELETE &&
/openjdk10/langtools/test/tools/javac/lib/
H A DInMemoryFileManager.java44 public JavaFileObject getJavaFileForOutput(Location location, String className, JavaFileObject.Kind kind, FileObject sibling) throws IOException { argument
/openjdk10/langtools/test/tools/javac/processing/6378728/
H A DT6378728.java62 JavaFileObject.Kind kind,
60 getJavaFileForOutput(Location location, String className, JavaFileObject.Kind kind, FileObject sibling) argument
/openjdk10/nashorn/test/script/nosecurity/
H A Dparservisitor.js72 print("in visitBinary " + bn.kind + " " +
121 print("in visitCompoundAssignment " + bn.kind + " " +
256 print("in visitLiteral " + ln.kind + " " + ln.value);
344 print("in visitUnary " + un.kind + " " + un.expression.name);

Completed in 161 milliseconds

<<11121314151617181920>>