Searched refs:from_field_array (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp68 static FieldInfo* from_field_array(typeArrayOop fields, int index) { function in class:VALUE_OBJ_CLASS_SPEC
71 static FieldInfo* from_field_array(u2* fields, int index) { function in class:VALUE_OBJ_CLASS_SPEC
H A DfieldStreams.hpp47 FieldInfo* field() const { return FieldInfo::from_field_array(_fields(), _index); }
58 fi = FieldInfo::from_field_array(_fields(), i);
67 fi = FieldInfo::from_field_array(_fields(), i);
H A DinstanceKlass.hpp364 FieldInfo* field(int index) const { return FieldInfo::from_field_array(_fields, index); }
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1178 FieldInfo* field = FieldInfo::from_field_array(fa, n);
1206 FieldInfo* f = FieldInfo::from_field_array(fa, i);
1221 FieldInfo* field = FieldInfo::from_field_array(fa, index);

Completed in 62 milliseconds