Searched refs:_no_output (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp76 AD._no_output ^= 1; // Toggle no_output flag
380 if (!open_file(!_no_output, _DFA_file, "w")) { return 0; }
381 if (!open_file(!_no_output, _HPP_file, "w")) { return 0; }
382 if (!open_file(!_no_output, _CPP_file, "w")) { return 0; }
383 if (!open_file(!_no_output, _CPP_CLONE_file, "w")) { return 0; }
384 if (!open_file(!_no_output, _CPP_EXPAND_file, "w")) { return 0; }
385 if (!open_file(!_no_output, _CPP_FORMAT_file, "w")) { return 0; }
386 if (!open_file(!_no_output, _CPP_GEN_file, "w")) { return 0; }
387 if (!open_file(!_no_output, _CPP_MISC_file, "w")) { return 0; }
388 if (!open_file(!_no_output, _CPP_PEEPHOLE_fil
[all...]
H A Dfilebuff.cpp299 _AD._no_output = 1;
H A DarchDesc.hpp143 int _no_output; // Flag to disable output of DFA, etc. member in class:ArchDesc
H A DarchDesc.cpp190 _no_output = 0;
771 _no_output = 1;
783 _no_output = 1;
H A Dadlparse.cpp4740 _AD._no_output = 1;

Completed in 51 milliseconds