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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp306 char CellTypeState::to_char() const { function in class:CellTypeState
1626 verify_error("wrong type on stack (found: %c expected: %c)", actual.to_char(), expected.to_char());
1882 verify_error("wrong type on stack (found: %c, expected: {pr})", r_or_p.to_char());
2018 for (int i = 0; i < len; i++) _state_vec_buf[i] = vec[i].to_char();
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp308 Handle java_lang_String::char_converter(Handle java_string, jchar from_char, jchar to_char, TRAPS) { argument
339 c = to_char;

Completed in 38 milliseconds