Searched refs:get_bool (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.cpp111 if (is_bool()) st->print("%-16s", get_bool() ? "true" : "false");
146 st->print("-XX:%s%s", get_bool() ? "+" : "-", name);
338 *value = result->get_bool();
346 bool old_value = result->get_bool();
H A Dglobals.hpp227 bool get_bool() const { return *((bool*) addr); } function in struct:Flag
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1089 virtual void get_bool () = 0;
1109 inline void do_bool() { if (!is_return_type()) get_bool(); }
1130 inline void get_bool() { _arguments->push_int(va_arg(_ap, jint)); } // bool is coerced to int when using va_arg function in class:JNI_ArgumentPusherVaArg
1212 inline void get_bool() { _arguments->push_int((jint)(_ap++)->z); } function in class:JNI_ArgumentPusherArray
1246 get_bool();
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1653 global->value.z = flag->get_bool() ? JNI_TRUE : JNI_FALSE;

Completed in 52 milliseconds