Searched defs:is_check (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp194 assert(!is_check(), "Must not be a check type (wrong value returned)");
207 bool is_check() const { return (_u._data & TypeQuery) == TypeQuery; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 31 milliseconds