Searched defs:NEW_SPACE (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dglobals.h501 NEW_SPACE, // Semispaces collected with copying collector. enumerator in enum:v8::internal::AllocationSpace
507 FIRST_SPACE = NEW_SPACE,
/external/v8/src/heap/
H A Dheap.h447 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) { argument
459 AllocationResult() : object_(Smi::FromInt(NEW_SPACE)) {}
1636 return (pretenure == TENURED) ? OLD_SPACE : NEW_SPACE;

Completed in 156 milliseconds