OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reportextramemorycost
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
Heap.h
79
void
reportExtraMemoryCost
(size_t cost);
165
inline void Heap::
reportExtraMemoryCost
(size_t cost)
/external/webkit/Source/WebCore/bindings/js/
JSImageDataCustom.cpp
53
exec->heap()->
reportExtraMemoryCost
(imageData->data()->length());
JSDocumentCustom.cpp
122
exec->heap()->
reportExtraMemoryCost
(nodeCount * sizeof(Node));
JSArrayBufferViewHelper.h
169
exec->heap()->
reportExtraMemoryCost
(object->byteLength());
/external/webkit/Source/JavaScriptCore/API/
JSBase.cpp
112
exec->globalData().heap.
reportExtraMemoryCost
(size);
/external/webkit/Source/WebCore/html/
HTMLImageLoader.cpp
86
globalData->heap.
reportExtraMemoryCost
(cachedImage->encodedSize());
HTMLCanvasElement.cpp
465
scriptExecutionContext()->globalData()->heap.
reportExtraMemoryCost
(m_imageBuffer->dataSize());
/external/webkit/Source/JavaScriptCore/runtime/
JSArray.cpp
148
Heap::heap(this)->
reportExtraMemoryCost
(storageSize(0));
190
Heap::heap(this)->
reportExtraMemoryCost
(storageSize(initialCapacity));
231
Heap::heap(this)->
reportExtraMemoryCost
(storageSize(initialStorage));
400
Heap::heap(this)->
reportExtraMemoryCost
((capacity - storage->reportedMapCapacity) * (sizeof(unsigned) + sizeof(JSValue)));
478
Heap::heap(this)->
reportExtraMemoryCost
(storageSize(newVectorLength) - storageSize(vectorLength));
609
Heap::heap(this)->
reportExtraMemoryCost
(storageSize(newVectorLength) - storageSize(vectorLength));
642
Heap::heap(this)->
reportExtraMemoryCost
(storageSize(newVectorLength) - storageSize(vectorLength));
[
all
...]
JSString.h
194
Heap::heap(this)->
reportExtraMemoryCost
(value.impl()->cost());
311
Heap::heap(this)->
reportExtraMemoryCost
(value.impl()->cost());
/external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp
789
globalData->heap.
reportExtraMemoryCost
(m_responseBuilder.length() * 2);
[
all
...]
/external/webkit/Source/JavaScriptCore/
ChangeLog-2011-02-16
313
(JSC::Heap::
reportExtraMemoryCost
):
[
all
...]
ChangeLog-2007-10-14
[
all
...]
ChangeLog-2008-08-10
[
all
...]
Completed in 608 milliseconds