Searched refs:shiftCountWithArrayStorage (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h87 return shiftCountWithArrayStorage(startIndex, count, ensureArrayStorage(exec->vm()));
155 bool shiftCountWithArrayStorage(unsigned startIndex, unsigned count, ArrayStorage*);
H A DJSArray.cpp681 bool JSArray::shiftCountWithArrayStorage(unsigned startIndex, unsigned count, ArrayStorage* storage) function in class:JSC::JSArray
757 return shiftCountWithArrayStorage(startIndex, count, ensureArrayStorage(exec->vm()));
767 return shiftCountWithArrayStorage(startIndex, count, ensureArrayStorage(exec->vm()));
792 return shiftCountWithArrayStorage(startIndex, count, ensureArrayStorage(exec->vm()));
802 return shiftCountWithArrayStorage(startIndex, count, ensureArrayStorage(exec->vm()));
822 return shiftCountWithArrayStorage(startIndex, count, arrayStorage());

Completed in 66 milliseconds