Lines Matching defs:space

150       // When a symbol is being copied to a shared space
434 // space.
442 MoveMarkedObjects(OffsetTableContigSpace* space, bool read_only) {
443 _space = space;
593 guarantee(f->is_shared(), "Oop doesn't refer to shared space.");
605 // of moving to the shared space.
682 assert(obj->klass()->is_shared(), "Klass not pointing into shared space.");
743 "Oop in shared space not pointing into shared space.");
821 // High level summary of the read-only space:
824 tty->cr(); tty->print_cr("ReadOnly space:");
828 // High level summary of the read-write space:
831 tty->cr(); tty->print_cr("ReadWrite space:");
842 // Lower level summary of the read-only space:
845 tty->cr(); tty->print_cr("ReadOnly space:");
856 // Lower level summary of the read-write space:
860 tty->cr(); tty->print_cr("ReadWrite space:");
871 // across the space while doing this, as that causes the vtables to be
896 // 1. initialize_oops: reserve space for table
959 // Populate the shared space.
1067 // Reserve space for the list of klassOops whose vtables are used
1077 // Reserve space for a new dummy vtable for klass objects in the
1085 // Reserve space for the total size and the number of stored symbols.
1127 // Phase 2: move commonly used read-only objects to the read-only space.
1130 tty->print("Moving pre-ordered read-only objects to shared space at " PTR_FORMAT " ... ",
1139 tty->print("Moving read-only objects to shared space at " PTR_FORMAT " ... ",
1145 // Phase 3: move String character arrays to the read-only space.
1147 tty->print("Moving string char arrays to shared space at " PTR_FORMAT " ... ",
1153 // Phase 4: move read-write objects to the read-write space, except
1157 tty->print("Moving pre-ordered read-write objects to shared space at " PTR_FORMAT " ... ",
1165 tty->print("Moving read-write objects to shared space at " PTR_FORMAT " ... ",
1175 // Phase 5: move String objects to the read-write space.
1177 tty->print("Moving String objects to shared space at " PTR_FORMAT " ... ",
1183 tty->print_cr("Read-write space ends at " PTR_FORMAT ", %d bytes.",
1249 // dictionary to the shared space in usable form. Copy the hastable
1278 const char* fmt = "%s space: " PTR_FORMAT " out of " PTR_FORMAT " bytes allocated at " PTR_FORMAT ".";