HomeSort by relevance Sort by last modified time
    Searched refs:retry_space (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
heap-inl.h 185 AllocationSpace retry_space) {
188 retry_space == OLD_POINTER_SPACE ||
189 retry_space == OLD_DATA_SPACE ||
190 retry_space == LO_SPACE);
204 space = retry_space;
heap.cc 3516 AllocationSpace retry_space = local
4350 AllocationSpace retry_space = OLD_DATA_SPACE; local
4386 AllocationSpace retry_space = OLD_DATA_SPACE; local
4541 AllocationSpace retry_space = local
4674 AllocationSpace retry_space = local
    [all...]
heap.h     [all...]
  /external/chromium_org/v8/src/
heap-inl.h 213 AllocationSpace retry_space) {
216 retry_space == OLD_POINTER_SPACE ||
217 retry_space == OLD_DATA_SPACE ||
218 retry_space == LO_SPACE);
232 space = retry_space;
heap.cc 4259 AllocationSpace retry_space = local
4280 AllocationSpace retry_space = local
5371 AllocationSpace retry_space = OLD_DATA_SPACE; local
5401 AllocationSpace retry_space = OLD_DATA_SPACE; local
5555 AllocationSpace retry_space = OLD_POINTER_SPACE; local
5681 AllocationSpace retry_space = OLD_DATA_SPACE; local
    [all...]
heap.h     [all...]

Completed in 279 milliseconds