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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp332 bool _collecting; // Indicates whether escape information member in class:ConnectionGraph
H A Descape.cpp40 _collecting(true),
167 _collecting = false;
199 _collecting = false;
231 _collecting = false;
1948 assert(!_collecting, "should not call when contructed graph");
2001 assert(!_collecting, "should not call during graph construction");

Completed in 41 milliseconds