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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp192 if (!flag_this_uninit() || target->flags() != 0) {
396 flag_this_uninit() ? " flagThisUninit" : "");
H A DstackMapFrame.hpp136 inline bool flag_this_uninit() const { return _flags & FLAG_THIS_UNINIT; } function in class:StackMapFrame
H A Dverifier.cpp1533 current_frame.flag_this_uninit()) {

Completed in 37 milliseconds