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

/openjdk9/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp66 initval_index_offset = 3, enumerator in enum:VALUE_OBJ_CLASS_SPEC::FieldOffset
77 void set_initval_index(u2 val) { _shorts[initval_index_offset] = val; }
81 u2 initval_index() const { return _shorts[initval_index_offset]; }
98 _shorts[initval_index_offset] = initval_index;
/openjdk9/hotspot/src/share/vm/jvmci/
H A DvmStructs_jvmci.cpp516 declare_constant(FieldInfo::initval_index_offset) \
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2509 declare_constant(FieldInfo::initval_index_offset) \

Completed in 75 milliseconds