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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp95 bool _frozen; // no more expansion of this section member in class:VALUE_OBJ_CLASS_SPEC
111 _frozen = false;
167 bool is_frozen() const { return _frozen; }
H A DcodeBuffer.cpp180 cs->_frozen = true;

Completed in 41 milliseconds