Lines Matching refs:the_space
33 return the_space()->is_in(p);
38 return the_space()->top_mark();
43 return the_space();
49 return the_space()->allocate(word_size);
55 return the_space()->par_allocate(word_size);
59 return the_space()->bottom_mark();
63 if (addr < the_space()->top()) return oop(addr)->size();
65 assert(addr == the_space()->top(), "non-block head arg to block_size");
66 return the_space()->_end - the_space()->top();
71 return addr < the_space()->top();