Searched refs:JVM_CONSTANT_InternalMin (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp39 JVM_CONSTANT_InternalMin = 100, // First implementation tag (aside from bad value of course) enumerator in enum:__anon730
107 (tag >= JVM_CONSTANT_InternalMin && tag <= JVM_CONSTANT_InternalMax), "Invalid constant tag");
/openjdk10/hotspot/src/share/vm/jvmci/
H A DvmStructs_jvmci.cpp407 declare_constant(JVM_CONSTANT_InternalMin) \
/openjdk10/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2327 declare_constant(JVM_CONSTANT_InternalMin) \

Completed in 100 milliseconds