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

  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 591 bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertyStorageCapacity();
592 if (willNeedStorageRealloc) {
625 if (willNeedStorageRealloc) {
    [all...]
JITPropertyAccess32_64.cpp 606 bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertyStorageCapacity();
607 if (willNeedStorageRealloc) {
648 if (willNeedStorageRealloc) {
    [all...]

Completed in 511 milliseconds