Searched refs:_wrote_final (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp152 bool _wrote_final; // has written final field member in class:IRScope
185 void set_wrote_final() { _wrote_final = true; }
186 bool wrote_final () const { return _wrote_final; }
H A Dc1_IR.cpp144 _wrote_final = false;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp330 bool _wrote_final; // Did we write a final field? member in class:Parse
369 bool wrote_final() const { return _wrote_final; }
370 void set_wrote_final(bool z) { _wrote_final = z; }
H A Dparse1.cpp392 _wrote_final = false;

Completed in 34 milliseconds