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

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp200 bool is_category2() const { return ((_u._data & Category2) == Category2); } function in class:VALUE_OBJ_CLASS_SPEC
237 assert(is_category2(), "Must be a double word");
278 return from.is_category2();
H A DstackMapTable.cpp242 if (stack[0].is_category2()) {
282 if (stack[0].is_category2()) {
350 if (locals[real_length].is_category2()) {
380 if (locals[real_locals_size].is_category2()) {
398 if (stack[real_stack_size].is_category2()) {

Completed in 48 milliseconds