Searched refs:BOOL_TO_STR (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp144 _name, message, _count, BOOL_TO_STR(_bot_updates),
H A DheapRegionSet.cpp195 out->print_cr(" humongous : %s", BOOL_TO_STR(regions_humongous()));
196 out->print_cr(" empty : %s", BOOL_TO_STR(regions_empty()));
H A Dg1CollectedHeap.hpp431 BOOL_TO_STR(Heap_lock->owned_by_self()), \
432 BOOL_TO_STR(SafepointSynchronize::is_at_safepoint()), \
433 BOOL_TO_STR(Thread::current()->is_VM_thread()))
H A DconcurrentMark.cpp1459 BOOL_TO_STR(expected), BOOL_TO_STR(actual));
1480 BOOL_TO_STR(expected), BOOL_TO_STR(actual));
2183 _task->task_id(), BOOL_TO_STR(_is_serial));
2503 BOOL_TO_STR(has_overflown()),
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp822 p, current_top, BOOL_TO_STR(oop(p)->is_oop())));
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1191 #define BOOL_TO_STR(_b_) ((_b_) ? "true" : "false") macro

Completed in 437 milliseconds