Lines Matching defs:NOISY

165 // then #define NOISY(x) x
166 #ifdef NOISY
167 #error "Encountered a global preprocessor flag, NOISY, which might clash with local definition to follow"
169 #define NOISY(x)
198 NOISY(tty->print_cr("===========================================================================");)
199 NOISY(tty->print_cr(" process_chunk_boundary: Called with [" PTR_FORMAT "," PTR_FORMAT ")",
240 NOISY(tty->print_cr(" LNC: Found a dirty card at " PTR_FORMAT " in current chunk",
247 } NOISY(else {
259 NOISY(tty->print_cr(" LNC: first block is not a non-array object; setting LNC to first card of current chunk");)
264 NOISY(tty->print_cr(" process_chunk_boundary: lowest_non_clean[" INTPTR_FORMAT "] = " PTR_FORMAT
270 NOISY(tty->print_cr("---------------------------------------------------------------------------");)
287 NOISY(tty->print_cr(" process_chunk_boundary: Last block on this card is not a non-array object;\n"
303 NOISY(tty->print_cr(" process_chunk_boundary: Head of last object on this card is not dirty;\n"
325 NOISY(tty->print_cr(" Found a non-clean card " PTR_FORMAT " with value 0x%x",
335 NOISY(tty->print_cr(" process_chunk_boundary: Found a dirty card at " PTR_FORMAT
348 NOISY(tty->print_cr(" process_chunk_boundary: Found no dirty card before end of last block in chunk\n"
383 NOISY(tty->print_cr(" process_chunk_boundary: heap expanded; explicitly bounding last_chunk");)
393 NOISY(tty->print_cr(" process_chunk_boundary: LNC card " PTR_FORMAT " is lower than limit_card " PTR_FORMAT,
411 NOISY(tty->print_cr(" process_chunk_boundary: Last chunk of this space;\n"
422 NOISY(tty->print_cr("===========================================================================\n");)
425 #undef NOISY