Searched refs:JVM_CONSTANT_Long (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp42 case JVM_CONSTANT_Long :
84 case JVM_CONSTANT_Long :
H A DconstantTag.hpp61 bool is_long() const { return _tag == JVM_CONSTANT_Long; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java35 private static final int JVM_CONSTANT_Long = 5; field in class:ConstantTag
81 public boolean isLong() { return tag == JVM_CONSTANT_Long; }
111 case JVM_CONSTANT_Long :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java35 public static final int JVM_CONSTANT_Long = 5; field in interface:ClassConstants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java397 case JVM_CONSTANT_Long: return "JVM_CONSTANT_Long";
440 case JVM_CONSTANT_Long:
497 else if(cpConstType == JVM_CONSTANT_Long ||
533 case JVM_CONSTANT_Long: {
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h80 JVM_CONSTANT_Long = 5, enumerator in enum:__anon547
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp596 case JVM_CONSTANT_Long:
790 case JVM_CONSTANT_Long:
845 case JVM_CONSTANT_Long:
951 case JVM_CONSTANT_Long:
1068 // occupied by JVM_CONSTANT_Double or JVM_CONSTANT_Long. It should
1094 case JVM_CONSTANT_Long:
1213 case JVM_CONSTANT_Long:
1310 // occupied by JVM_CONSTANT_Double or JVM_CONSTANT_Long. It should
1409 case JVM_CONSTANT_Long: {
1529 case JVM_CONSTANT_Long
[all...]
H A DconstantPoolKlass.cpp362 case JVM_CONSTANT_Long :
H A DconstantPoolOop.hpp262 tag_at_put(which, JVM_CONSTANT_Long);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java126 else if(cpConstType == JVM_CONSTANT_Long ||
213 case JVM_CONSTANT_Long: {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp223 case JVM_CONSTANT_Long:
473 // occupied by JVM_CONSTANT_Double or JVM_CONSTANT_Long. It should
1102 case JVM_CONSTANT_Long:
1138 case JVM_CONSTANT_Long:
1209 case JVM_CONSTANT_Long:
H A Djvm.h1051 JVM_CONSTANT_Long, enumerator in enum:__anon372
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c563 case JVM_CONSTANT_Long:
685 case JVM_CONSTANT_Long:
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp210 case JVM_CONSTANT_Long :
386 case JVM_CONSTANT_Long :
706 case JVM_CONSTANT_Long : patch_type = T_LONG; goto patch_prim;
H A Dverifier.cpp1977 types = (1 << JVM_CONSTANT_Double) | (1 << JVM_CONSTANT_Long);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java513 case JVM_CONSTANT_Long:
514 buf.cell("JVM_CONSTANT_Long");
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1215 int types = (1 << JVM_CONSTANT_Double) | (1 << JVM_CONSTANT_Long);
2667 case JVM_CONSTANT_Long:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2139 case JVM_CONSTANT_Long:

Completed in 4499 milliseconds