Searched refs:is_utf8 (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp64 bool is_utf8() const { return _tag == JVM_CONSTANT_Utf8; } function in class:VALUE_OBJ_CLASS_SPEC
89 bool is_symbol() const { return is_utf8(); }
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp462 _cp->tag_at(cpool_index).is_utf8();
H A DclassFileParser.cpp359 if (valid_cp_range(index, cp->length()) && cp->tag_at(index).is_utf8()) {
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.hpp444 assert(tag_at(which).is_utf8(), "Corrupted constant pool");
H A DconstantPool.cpp128 if (ctag.is_string() || ctag.is_utf8()) {
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp1721 if (0 != index && !mh->constants()->tag_at(index).is_utf8()) {

Completed in 107 milliseconds