Searched defs:signature_index_offset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp49 signature_index_offset = 2, enumerator in enum:VALUE_OBJ_CLASS_SPEC::FieldOffset
60 void set_signature_index(u2 val) { _shorts[signature_index_offset] = val; }
64 u2 signature_index() const { return _shorts[signature_index_offset]; }
82 _shorts[signature_index_offset] = signature_index;

Completed in 30 milliseconds