Searched refs:name_index_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp48 name_index_offset = 1, enumerator in enum:VALUE_OBJ_CLASS_SPEC::FieldOffset
59 void set_name_index(u2 val) { _shorts[name_index_offset] = val; }
63 u2 name_index() const { return _shorts[name_index_offset]; }
81 _shorts[name_index_offset] = name_index;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2320 declare_constant(FieldInfo::name_index_offset) \

Completed in 107 milliseconds