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

/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp244 assert(type2.is_long2() || type2.is_double2(), "must be long/double_2");
285 if (_locals[index].is_double2() || _locals[index].is_long2()) {
304 assert(type2.is_long2() || type2.is_double2(), "must be long/double_2");
317 if (_locals[index].is_double2() || _locals[index].is_long2()) {
H A DstackMapFrame.hpp207 assert(type2.is_long2() || type2.is_double2(), "must be long/double_2");
247 assert(type1.is_long2() || type1.is_double2(), "must be long/double");
H A DverificationType.hpp186 bool is_double2() const { return (_u._data == Double_2nd); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 50 milliseconds