Home | History | Annotate | Download | only in src

Lines Matching full:retry_space

3516   AllocationSpace retry_space =
3520 AllocateRaw(map->instance_size(), space, retry_space);
4350 AllocationSpace retry_space = OLD_DATA_SPACE;
4358 retry_space = LO_SPACE;
4365 { MaybeObject* maybe_result = AllocateRaw(size, space, retry_space);
4386 AllocationSpace retry_space = OLD_DATA_SPACE;
4394 retry_space = LO_SPACE;
4401 { MaybeObject* maybe_result = AllocateRaw(size, space, retry_space);
4541 AllocationSpace retry_space =
4544 return AllocateRaw(size, space, retry_space);
4674 AllocationSpace retry_space =
4677 return AllocateRaw(size, space, retry_space);