Lines Matching refs:Space
97 class Space; variable
307 Space* owner() const { in owner()
310 return reinterpret_cast<Space*>(reinterpret_cast<intptr_t>(owner_) - in owner()
317 void set_owner(Space* space) { in set_owner()
682 Executability executable, Space* owner);
816 class Space : public Malloced {
818 Space(Heap* heap, AllocationSpace id, Executability executable) in Space() function
821 virtual ~Space() {} in ~Space()
1010 LargePage* AllocateLargePage(intptr_t object_size, Space* owner,
1052 Executability executable, Space* space);
1644 class PagedSpace : public Space {
2062 class SemiSpace : public Space {
2066 : Space(heap, NEW_SPACE, NOT_EXECUTABLE), in SemiSpace()
2311 class NewSpace : public Space {
2315 : Space(heap, NEW_SPACE, NOT_EXECUTABLE), in NewSpace()
2710 class LargeObjectSpace : public Space {