Searched defs:is_live (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp333 bool is_live = (!cur->is_zombie() && !cur->is_unloaded()); local
336 cur->print_on(tty, is_live ? "scavenge root" : "dead scavenge root"); tty->cr();
339 if (is_live) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp181 bool is_live() const { return ((_state & live_bits_mask) != 0); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 282 milliseconds