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

  /external/webkit/Source/JavaScriptCore/runtime/
JSArray.h 43 size_t reportedMapCapacity;
JSArray.cpp 169 m_storage->reportedMapCapacity = 0;
216 m_storage->reportedMapCapacity = 0;
399 if (capacity != storage->reportedMapCapacity) {
400 Heap::heap(this)->reportExtraMemoryCost((capacity - storage->reportedMapCapacity) * (sizeof(unsigned) + sizeof(JSValue)));
401 storage->reportedMapCapacity = capacity;
    [all...]

Completed in 104 milliseconds