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

/external/chromium_org/v8/src/
H A Dmacro-assembler.h31 PRETENURE_OLD_POINTER_SPACE = 1 << 4, enumerator in enum:AllocationFlags
179 if ((flags & PRETENURE_OLD_POINTER_SPACE) != 0) {
191 if ((flags & PRETENURE_OLD_POINTER_SPACE) != 0) {

Completed in 117 milliseconds