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

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp222 bool is_array_array() const { return is_x_array('['); } function in class:VALUE_OBJ_CLASS_SPEC
224 { return is_object_array() || is_array_array(); }

Completed in 47 milliseconds