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

  /external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.h 35 #define ASSERT_CLASS_FITS_IN_CELL(class) COMPILE_ASSERT(sizeof(class) < MarkedSpace::maxCellSize, class_fits_in_cell)
50 static const size_t maxCellSize = 1024;
90 static const size_t impreciseCutoff = maxCellSize;
Heap.cpp 114 ASSERT(bytes <= MarkedSpace::maxCellSize);
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 371 ASSERT(bytes && bytes < maxCellSize);
388 ASSERT(bytes <= MarkedSpace::maxCellSize);

Completed in 110 milliseconds