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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java84 public boolean isUtf8() { return tag == JVM_CONSTANT_Utf8; } method in class:ConstantTag
100 public boolean isSymbol() { return isUtf8(); }
/openjdk10/jdk/src/jdk.pack/share/native/common-unpack/
H A Dunpack.cpp214 bool isUtf8(bytes& b) { return tagMatches(CONSTANT_Utf8) && value.b.equals(b); } function in struct:entry
3339 assert(e2->isUtf8(sig));

Completed in 101 milliseconds