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

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp76 int initial_value_index() const { return field()->initval_index(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp66 int initial_value_index = fs.initval_index(); local
86 if (initial_value_index != 0) {
101 if (initial_value_index != 0) {
104 write_u2(initial_value_index);

Completed in 25 milliseconds