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

/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp76 case JVM_CONSTANT_InterfaceMethodref :
H A DconstantTag.hpp57 bool is_interface_method() const { return _tag == JVM_CONSTANT_InterfaceMethodref; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java41 private static final int JVM_CONSTANT_InterfaceMethodref = 11; field in class:ConstantTag
77 public boolean isInterfaceMethod() { return tag == JVM_CONSTANT_InterfaceMethodref; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java41 public static final int JVM_CONSTANT_InterfaceMethodref = 11; field in interface:ClassConstants
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h86 JVM_CONSTANT_InterfaceMethodref = 11, enumerator in enum:__anon547
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java403 case JVM_CONSTANT_InterfaceMethodref: return "JVM_CONSTANT_InterfaceMethodref";
462 case JVM_CONSTANT_InterfaceMethodref:
594 case JVM_CONSTANT_InterfaceMethodref: {
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp777 case JVM_CONSTANT_InterfaceMethodref:
826 case JVM_CONSTANT_InterfaceMethodref:
917 case JVM_CONSTANT_InterfaceMethodref:
1206 case JVM_CONSTANT_InterfaceMethodref:
1449 case JVM_CONSTANT_InterfaceMethodref: {
1521 case JVM_CONSTANT_InterfaceMethodref:
1694 case JVM_CONSTANT_InterfaceMethodref: {
H A DconstantPoolKlass.cpp337 case JVM_CONSTANT_InterfaceMethodref :
H A DconstantPoolOop.hpp332 tag_at_put(which, JVM_CONSTANT_InterfaceMethodref);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp49 case JVM_CONSTANT_InterfaceMethodref:
H A DbytecodeTracer.cpp345 case JVM_CONSTANT_InterfaceMethodref:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java279 case JVM_CONSTANT_InterfaceMethodref: {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp352 case JVM_CONSTANT_InterfaceMethodref: // fall through
434 case JVM_CONSTANT_InterfaceMethodref:
H A Djvm.cpp2378 case JVM_CONSTANT_InterfaceMethodref:
2396 case JVM_CONSTANT_InterfaceMethodref:
2460 case JVM_CONSTANT_InterfaceMethodref: {
2509 case JVM_CONSTANT_InterfaceMethodref: {
H A Djvm.h1057 JVM_CONSTANT_InterfaceMethodref, enumerator in enum:__anon372
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c556 case JVM_CONSTANT_InterfaceMethodref:
678 case JVM_CONSTANT_InterfaceMethodref:
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp136 case JVM_CONSTANT_InterfaceMethodref :
363 case JVM_CONSTANT_InterfaceMethodref : {
576 case JVM_CONSTANT_InterfaceMethodref: {
H A Dverifier.cpp2307 ? 1 << JVM_CONSTANT_InterfaceMethodref
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java577 case JVM_CONSTANT_InterfaceMethodref:
578 buf.cell("JVM_CONSTANT_InterfaceMethodref");
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1244 ? 1 << JVM_CONSTANT_InterfaceMethodref

Completed in 153 milliseconds