Home | History | Annotate | Download | only in src

Lines Matching refs:retry_space

2262   AllocationSpace retry_space =
2265 AllocateRaw(map->instance_size(), space, retry_space);
2792 AllocationSpace retry_space = OLD_DATA_SPACE;
2800 retry_space = LO_SPACE;
2805 Object* result = AllocateRaw(size, space, retry_space);
2824 AllocationSpace retry_space = OLD_DATA_SPACE;
2832 retry_space = LO_SPACE;
2837 Object* result = AllocateRaw(size, space, retry_space);