Searched defs:is_utf8 (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/utilities/ | ||
| H A D | constantTag.hpp | 64 bool is_utf8() const { return _tag == JVM_CONSTANT_Utf8; } function in class:VALUE_OBJ_CLASS_SPEC 85 bool is_symbol() const { return is_utf8(); } |
Completed in 50 milliseconds