Searched refs:is_selected (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/memory/
H A DheapInspection.cpp282 bool KlassInfoHisto::is_selected(const char *col_name) { function in class:KlassInfoHisto
326 if (is_selected("ClassLoader")) {
530 selected[c] = is_selected(name_table[c]);
585 if (is_selected("ClassLoader")) {
H A DheapInspection.hpp289 bool is_selected(const char *col_name);
/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc4493 const bool is_selected = is_runnable && local
4499 num_selected_tests += is_selected;
4501 test_info->should_run_ = is_selected;
4502 test_case->set_should_run(test_case->should_run() || is_selected);

Completed in 108 milliseconds