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

/openjdk7/hotspot/src/share/vm/ci/
H A DciConstant.cpp42 tty->print("%s", bool_to_str(_value._int != 0));
H A DciUtilities.hpp107 inline const char* bool_to_str(bool b) { function
H A DciInstanceKlass.cpp268 bool_to_str(is_initialized()),
269 bool_to_str(has_finalizer()),
270 bool_to_str(has_subklass()),
H A DciField.cpp378 tty->print(" is_constant=%s", bool_to_str(_is_constant));
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp338 _osr_bci, bool_to_str(_is_blocking),
339 bool_to_str(_is_complete), bool_to_str(_is_success));

Completed in 31 milliseconds