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

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

Completed in 90 milliseconds