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

/openjdk9/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djcphuff.c32 boolean gather_statistics; member in struct:__anon956
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...]
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 Djpegint.h118 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp285 static void gather_statistics(DeoptReason reason, DeoptAction action,
H A Ddeoptimization.cpp1331 gather_statistics(reason, Action_none, Bytecodes::_illegal);
1579 gather_statistics(reason, action, trap_bc);
2264 void Deoptimization::gather_statistics(DeoptReason reason, DeoptAction action, function in class:Deoptimization
2368 void Deoptimization::gather_statistics(DeoptReason reason, DeoptAction action, function in class:Deoptimization

Completed in 301 milliseconds