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

/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline2.hpp38 inline bool oopDesc::is_perm() const { function in class:oopDesc
44 return this == NULL || is_perm();
/openjdk7/hotspot/src/share/vm/ci/
H A DciObject.hpp83 if (x->is_perm())
111 // True if is_perm is true.
119 // True if is_perm is true or ScavengeRootsInCode > 1.
125 bool is_perm() { return (_ident & PERM_FLAG) != 0; } function in class:ciObject

Completed in 63 milliseconds