Searched refs:JVM_CONSTANT_MethodHandle (Results 1 - 20 of 20) sorted by relevance

/openjdk9/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp54 case JVM_CONSTANT_MethodHandle :
71 return JVM_CONSTANT_MethodHandle;
84 case JVM_CONSTANT_MethodHandle:
118 case JVM_CONSTANT_MethodHandle :
H A DconstantTag.hpp92 bool is_method_handle() const { return _tag == JVM_CONSTANT_MethodHandle; }
106 (tag >= JVM_CONSTANT_MethodHandle && tag <= JVM_CONSTANT_InvokeDynamic) ||
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java43 private static final int JVM_CONSTANT_MethodHandle = 15; // JSR 292 field in class:ConstantTag
55 // JVM_CONSTANT_MethodHandle subtypes //FIXME: connect these to data structure
85 public boolean isMethodHandle() { return tag == JVM_CONSTANT_MethodHandle; }
121 case JVM_CONSTANT_MethodHandle :
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java43 public static final int JVM_CONSTANT_MethodHandle = 15; field in interface:ClassConstants
48 // JVM_CONSTANT_MethodHandle subtypes
/openjdk9/jdk/src/java.base/share/native/include/
H A Dclassfile_constants.h88 JVM_CONSTANT_MethodHandle = 15, // JSR 292 enumerator in enum:__anon751
93 /* JVM_CONSTANT_MethodHandle subtypes */
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java462 case JVM_CONSTANT_MethodHandle: return "JVM_CONSTANT_MethodHandle";
518 case JVM_CONSTANT_MethodHandle:
653 case JVM_CONSTANT_MethodHandle: {
/openjdk9/hotspot/src/share/vm/oops/
H A DconstantPool.cpp563 case JVM_CONSTANT_MethodHandle:
682 case JVM_CONSTANT_MethodHandle:
690 log_debug(class, resolve)("resolve JVM_CONSTANT_MethodHandle:%d [%d/%d/%d] %s.%s",
804 // The bootm, being a JVM_CONSTANT_MethodHandle, has its own cache entry.
1005 case JVM_CONSTANT_MethodHandle:
1347 case JVM_CONSTANT_MethodHandle:
1605 case JVM_CONSTANT_MethodHandle:
1784 case JVM_CONSTANT_MethodHandle:
1786 *bytes = JVM_CONSTANT_MethodHandle;
1791 DBG(printf("JVM_CONSTANT_MethodHandle
[all...]
H A DconstantPool.hpp253 tag_at_put(which, JVM_CONSTANT_MethodHandle);
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java278 case JVM_CONSTANT_MethodHandle: {
/openjdk9/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp52 case JVM_CONSTANT_MethodHandle : // fall through
/openjdk9/hotspot/src/share/vm/prims/
H A Djvm.h1008 JVM_CONSTANT_MethodHandle = 15, // JSR 292 enumerator in enum:__anon602
1015 /* JVM_CONSTANT_MethodHandle subtypes */
H A DjvmtiRedefineClasses.cpp458 case JVM_CONSTANT_MethodHandle:
H A Djvm.cpp2233 result = JVM_CONSTANT_MethodHandle;
/openjdk9/hotspot/src/share/vm/ci/
H A DciReplay.cpp710 case JVM_CONSTANT_MethodHandle:
/openjdk9/hotspot/src/share/vm/jvmci/
H A DvmStructs_jvmci.cpp401 declare_constant(JVM_CONSTANT_MethodHandle) \
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp179 case JVM_CONSTANT_MethodHandle :
186 if (tag == JVM_CONSTANT_MethodHandle) {
474 case JVM_CONSTANT_MethodHandle: {
659 case JVM_CONSTANT_MethodHandle: {
H A Dverifier.cpp2051 | (1 << JVM_CONSTANT_MethodHandle) | (1 << JVM_CONSTANT_MethodType);
/openjdk9/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c1250 types |= (1 << JVM_CONSTANT_MethodHandle) |
1267 types |= (1 << JVM_CONSTANT_MethodHandle) |
2742 case JVM_CONSTANT_MethodHandle:
2752 default: //JVM_CONSTANT_MethodHandle
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java550 case JVM_CONSTANT_MethodHandle:
551 buf.cell("JVM_CONSTANT_MethodHandle");
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2397 declare_constant(JVM_CONSTANT_MethodHandle) \

Completed in 313 milliseconds