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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp315 char *_state_vec_buf; // Buffer used to print a readable version of a state member in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java323 char[] _state_vec_buf; // Buffer used to print a readable version of a state field in class:GenerateOopMap
339 _state_vec_buf = new char[Math.max(_max_locals, Math.max(_max_stack, Math.max(_max_monitors, 1)))];
2005 _state_vec_buf[i] = vec.get(i).toChar();
2007 return new String(_state_vec_buf, 0, len);

Completed in 52 milliseconds