Searched refs:isUtf8 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java84 public boolean isUtf8() { return tag == JVM_CONSTANT_Utf8; } method in class:ConstantTag
103 public boolean isSymbol() { return isUtf8(); }
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp194 bool isUtf8(bytes& b) { return tagMatches(CONSTANT_Utf8) && value.b.equals(b); } function in struct:entry
3111 assert(e2->isUtf8(sig));

Completed in 41 milliseconds