Home
last modified time | relevance | path

Searched defs:newBaseStorage (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSArray.cpp626 void* newBaseStorage = fastMalloc(storageSize(newVectorLength + m_indexBias)); in increaseVectorPrefixLength() local
809 char* newBaseStorage = reinterpret_cast<char*>(storage) + count * sizeof(JSValue); in shiftCount() local
846 char* newBaseStorage = reinterpret_cast<char*>(storage) - count * sizeof(JSValue); in unshiftCount() local