Searched defs:gather_statistics (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.c105 * If gather_statistics is TRUE, we do not output anything during the scan,
110 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) argument
116 if (gather_statistics) {
132 if (gather_statistics) {
H A Djcphuff.c32 boolean gather_statistics; member in struct:__anon698
110 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) argument
118 entropy->gather_statistics = gather_statistics;
142 if (gather_statistics)
162 if (gather_statistics) {
198 * that is, entropy->gather_statistics == FALSE.
243 if (entropy->gather_statistics)
287 if (entropy->gather_statistics)
304 if (entropy->gather_statistics)
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1130 gather_statistics(Reason_constraint, Action_none, Bytecodes::_illegal);
1270 gather_statistics(reason, action, trap_bc);
1856 void Deoptimization::gather_statistics(DeoptReason reason, DeoptAction action, function in class:Deoptimization
1960 void Deoptimization::gather_statistics(DeoptReason reason, DeoptAction action,

Completed in 39 milliseconds