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

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp214 bool is_byte_array() const { return is_x_array('B'); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dverifier.cpp863 if (!atype.is_bool_array() && !atype.is_byte_array()) {
1037 if (!atype.is_bool_array() && !atype.is_byte_array()) {

Completed in 51 milliseconds