Searched refs:JVM_CONSTANT_Integer (Results 1 - 21 of 21) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp38 case JVM_CONSTANT_Integer :
80 case JVM_CONSTANT_Integer :
H A DconstantTag.hpp59 bool is_int() const { return _tag == JVM_CONSTANT_Integer; }
92 return ((_tag >= JVM_CONSTANT_Integer && _tag <= JVM_CONSTANT_String) ||
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java33 private static final int JVM_CONSTANT_Integer = 3; field in class:ConstantTag
79 public boolean isInt() { return tag == JVM_CONSTANT_Integer; }
107 case JVM_CONSTANT_Integer :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java33 public static final int JVM_CONSTANT_Integer = 3; field in interface:ClassConstants
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h78 JVM_CONSTANT_Integer = 3, enumerator in enum:__anon547
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java395 case JVM_CONSTANT_Integer: return "JVM_CONSTANT_Integer";
432 case JVM_CONSTANT_Integer:
521 case JVM_CONSTANT_Integer:
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp586 case JVM_CONSTANT_Integer:
780 case JVM_CONSTANT_Integer:
829 case JVM_CONSTANT_Integer:
942 case JVM_CONSTANT_Integer:
1200 case JVM_CONSTANT_Integer:
1397 case JVM_CONSTANT_Integer: {
1517 case JVM_CONSTANT_Integer:
1618 case JVM_CONSTANT_Integer: {
H A DconstantPoolKlass.cpp356 case JVM_CONSTANT_Integer :
H A DconstantPoolOop.hpp257 tag_at_put(which, JVM_CONSTANT_Integer);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java201 case JVM_CONSTANT_Integer:
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c557 case JVM_CONSTANT_Integer:
679 case JVM_CONSTANT_Integer:
721 add_new_cpool_entry(ci, JVM_CONSTANT_Integer,
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1049 JVM_CONSTANT_Integer, enumerator in enum:__anon372
H A DjvmtiRedefineClasses.cpp238 case JVM_CONSTANT_Integer: // fall through
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp196 case JVM_CONSTANT_Integer :
382 case JVM_CONSTANT_Integer :
704 case JVM_CONSTANT_Integer : patch_type = T_INT; goto patch_prim;
H A Dverifier.cpp1968 types = (1 << JVM_CONSTANT_Integer) | (1 << JVM_CONSTANT_Float)
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1181 int types = (1 << JVM_CONSTANT_Integer) | (1 << JVM_CONSTANT_Float) |
1198 int types = (1 << JVM_CONSTANT_Integer) | (1 << JVM_CONSTANT_Float) |
2661 case JVM_CONSTANT_Integer:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java503 case JVM_CONSTANT_Integer:
504 buf.cell("JVM_CONSTANT_Integer");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp401 __ cmpl(rdx, JVM_CONSTANT_Integer);
414 __ cmpl(rdx, JVM_CONSTANT_Integer);
H A DtemplateTable_x86_64.cpp417 __ cmpl(rdx, JVM_CONSTANT_Integer);
429 __ cmpl(rdx, JVM_CONSTANT_Integer);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2101 case JVM_CONSTANT_Integer:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp342 __ cmp(O2, JVM_CONSTANT_Integer);

Completed in 162 milliseconds