Searched refs:kSmallAllocationMax (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dspaces.h1644 static const int kSmallAllocationMax = kSmallListMin - kPointerSize; member in class:v8::internal::BASE_EMBEDDED
H A Dspaces.cc2258 if (size_in_bytes <= kSmallAllocationMax) {
/external/v8/src/
H A Dspaces.h1415 static const int kSmallAllocationMax = kSmallListMin - kPointerSize; member in class:v8::internal::BASE_EMBEDDED
H A Dspaces.cc1923 if (size_in_bytes <= kSmallAllocationMax) {

Completed in 125 milliseconds