Searched refs:is_shared (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciField.hpp125 bool is_shared() { function in class:ciField
127 return _holder->is_shared() && !is_static();
H A DciField.cpp169 assert(is_shared() || ciObjectFactory::is_initialized(),
291 if (!type->is_primitive_type() && is_shared()) {
297 type_is_also_shared = type->as_instance_klass()->is_shared();
355 if (accessing_klass->is_shared() || !is_shared()) {
H A DciInstanceKlass.cpp82 if (is_shared()) {
162 if (is_shared()) {
308 if (is_shared()) {
525 if (is_shared()) {
558 if (!is_shared()) {
H A DciInstanceKlass.hpp98 bool is_shared() { return _is_shared; } function in class:ciInstanceKlass
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.hpp153 static bool inline is_shared(const void* p) { function in class:CompactingPermGenGen
171 return OneContigSpaceCardGeneration::is_in(p) || is_shared(p);
H A Ddump.cpp117 !obj->is_shared() &&
350 if (!obj->is_shared() &&
448 if (obj->is_shared()) {
590 if (!obj->is_shared()) {
593 guarantee(f->is_shared(), "Oop doesn't refer to shared space.");
682 assert(obj->klass()->is_shared(), "Klass not pointing into shared space.");
742 assert(obj == NULL || obj->is_shared(),
H A DcompactingPermGenGen.cpp102 if (CompactingPermGenGen::is_shared(sym)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.inline.hpp93 obj->is_shared(), // never forwarded?
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp101 if (entry->is_shared() && !use_alternate_hashcode()) {
110 assert(!entry->is_shared(), "shared entries should be kept live");
761 if (entry->is_shared() && !use_alternate_hashcode()) {
765 if (entry->is_shared() || is_alive->do_object_b(entry->literal())) {
795 assert(!entry->is_shared(), "immutable hashtable entry?");
H A Dverifier.cpp204 !klass()->is_shared() &&
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp140 bool is_shared( Node *n ) { return _shared.test(n->_idx) != 0; } function in class:Matcher
H A DidealGraphPrinter.cpp455 if (C->matcher()->is_shared(node)) {
456 print_prop("is_shared", "true");
458 print_prop("is_shared", "false");
H A Dmatcher.cpp1524 if( match_into_reg(n, m, control, i, is_shared(m)) ||
/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp88 bool is_shared() const { function in class:BasicHashtableEntry
H A Dhashtable.cpp137 bool keep_shared = p->is_shared();
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.hpp340 bool is_shared() const;
H A Doop.inline.hpp622 if (DumpSharedSpaces && Universe::klassKlassObj()->is_shared()) {
811 inline bool oopDesc::is_shared() const { function in class:oopDesc
812 return CompactingPermGenGen::is_shared(this);
H A DinstanceKlass.cpp389 if (!this_oop()->is_shared()) {
421 assert(this_oop()->is_shared(), "rewriting an unshared class?");
2541 bool good_state = as_klassOop()->is_shared() ? (_init_state <= state)
2576 if (cp_h->is_shared()) {
2588 pv_node = new PreviousVersionNode(cp_ref, !cp_h->is_shared(), NULL);
2609 pv_node = new PreviousVersionNode(cp_ref, !cp_h->is_shared(), method_refs);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp1428 obj->is_shared(), // never forwarded?
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp730 if (o != NULL && o->is_shared()) {

Completed in 140 milliseconds