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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp331 assert(cur->on_scavenge_root_list(), "else shouldn't be on this list");
388 assert(cur->on_scavenge_root_list(), "else shouldn't be on this list");
415 assert(cur->on_scavenge_root_list(), "else shouldn't be on this list");
427 if (nm->on_scavenge_root_list())
441 if (nm->on_scavenge_root_list())
H A Dnmethod.hpp471 bool on_scavenge_root_list() const { return (_scavenge_root_state & 1) != 0; } function in class:nmethod
H A Dnmethod.cpp1407 if (on_scavenge_root_list()) {
2352 if (!on_scavenge_root_list()) {
2392 if (on_scavenge_root_list()) tty->print("scavenge_root ");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp920 if (!nm->on_scavenge_root_list())

Completed in 60 milliseconds