Searched refs:is_perm (Results 1 - 24 of 24) 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();
H A DklassKlass.cpp116 assert(oop(k)->is_perm(), "should be in perm");
149 assert(oop(k)->is_perm(), "should be in perm");
150 assert(oop(k->adr_subklass())->is_perm(), "should be in perm");
151 assert(oop(k->adr_next_sibling())->is_perm(), "should be in perm");
223 guarantee(obj->is_perm(), "should be in permspace");
228 guarantee(k->super()->is_perm(), "should be in permspace");
233 guarantee(ko->is_perm(), "should be in permspace");
239 guarantee(ko->is_perm(), "should be in permspace");
246 guarantee(k->java_mirror()->is_perm() || !JavaObjectsInPerm, "should be in permspace");
H A DcompiledICHolderKlass.cpp175 guarantee(c->is_perm(), "should be in permspace");
176 guarantee(c->holder_method()->is_perm(), "should be in permspace");
178 guarantee(c->holder_klass()->is_perm(), "should be in permspace");
H A DconstantPoolKlass.cpp448 guarantee(cp->is_perm(), "should be in permspace");
455 guarantee(entry.get_oop()->is_perm(), "should be in permspace");
460 guarantee(entry.get_oop()->is_perm(), "should be in permspace");
467 guarantee(entry.get_oop()->is_perm(), "should be in permspace");
476 guarantee(!JavaObjectsInPerm || entry.get_oop()->is_perm(),
489 guarantee(cp->tags()->is_perm(), "should be in permspace");
494 guarantee(cp->cache()->is_perm(), "should be in permspace");
498 guarantee(cp->operands()->is_perm(), "should be in permspace");
504 guarantee(cp->pool_holder()->is_perm(), "should be in permspace");
H A DinstanceKlassKlass.cpp649 guarantee(ik->subklass_oop()->is_perm(), "should be in permspace");
665 guarantee(sib->as_klassOop()->is_perm(), "should be in permspace");
674 guarantee(im->is_perm(), "should be in permspace");
681 guarantee(local_interfaces->is_perm(), "should be in permspace");
691 guarantee(transitive_interfaces->is_perm(), "should be in permspace");
700 guarantee(methods->is_perm(), "should be in permspace");
713 guarantee(method_ordering->is_perm(), "should be in permspace");
738 guarantee(ik->array_klasses()->is_perm(), "should be in permspace");
741 guarantee(ik->fields()->is_perm(), "should be in permspace");
743 guarantee(ik->constants()->is_perm(), "shoul
[all...]
H A DconstMethodKlass.cpp216 guarantee(m->is_perm(), "should be in permspace");
221 guarantee(m->constants()->is_perm(), "should be in permspace");
225 stackmap_data->is_perm(), "should be in permspace");
H A DmethodKlass.cpp328 guarantee(m->is_perm(), "should be in permspace");
330 guarantee(m->constMethod()->is_perm(), "should be in permspace");
333 method_data->is_perm(), "should be in permspace");
H A DobjArrayKlassKlass.cpp310 guarantee(oak->element_klass()->is_perm(), "should be in permspace");
312 guarantee(oak->bottom_klass()->is_perm(), "should be in permspace");
H A DmethodDataKlass.cpp224 guarantee(m->is_perm(), "should be in permspace");
H A Doop.hpp337 bool is_perm() const;
H A Dklass.cpp581 guarantee(obj->klass()->is_perm(), "should be in permspace");
/openjdk7/hotspot/src/share/vm/ci/
H A DciObject.cpp190 return handle() == NULL || is_perm();
217 return handle() == NULL || is_perm();
232 is_perm() ? "PERM" : "",
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
H A DciObjectFactory.cpp289 if (!new_object->is_perm()) {
678 // Be careful: is_perm might change from false to true.
681 if (key->is_perm() && _non_perm_count == 0) {
H A DciEnv.cpp322 assert(a->is_perm(), "");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp55 assert(cached_oop == NULL || cached_oop->is_perm(), "must be perm oop");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp56 assert(cached_oop == NULL || cached_oop->is_perm(), "must be old oop");
/openjdk7/hotspot/src/share/vm/code/
H A DicBuffer.cpp185 assert(cached_oop == NULL || cached_oop->is_perm(), "must belong to perm. space");
/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.cpp105 assert((*p) == NULL || (*p)->is_perm(), "Referent should be perm.");
H A DcardTableModRefBS.hpp291 return new_val != NULL && !new_val->is_perm();
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp700 if (!string_or_null.is_null() && (!JavaObjectsInPerm || string_or_null()->is_perm())) {
833 guarantee(s->is_perm() || !JavaObjectsInPerm, "interned string not in permspace");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp805 if (!klass->is_perm()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp389 assert(m->is_perm(), "bad methodOop in interpreter frame");
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3472 && con->is_perm()

Completed in 925 milliseconds