Home
last modified time | relevance | path

Searched refs:m_externallyAllocatedMemory (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp84 , m_externallyAllocatedMemory(0) in HTMLCanvasElement()
96 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-m_externallyAllocatedMemory); in DEFINE_NODE_FACTORY()
611 …()->AdjustAmountOfExternalAllocatedMemory(externallyAllocatedMemory - m_externallyAllocatedMemory); in updateExternallyAllocatedMemory()
612 m_externallyAllocatedMemory = externallyAllocatedMemory; in updateExternallyAllocatedMemory()
DHTMLCanvasElement.h202 mutable intptr_t m_externallyAllocatedMemory; variable
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DSerializedScriptValue.h125 intptr_t m_externallyAllocatedMemory; variable
DSerializedScriptValue.cpp2880 : m_externallyAllocatedMemory(0) in SerializedScriptValue()
2937 : m_externallyAllocatedMemory(0) in SerializedScriptValue()
2972 : m_externallyAllocatedMemory(0) in SerializedScriptValue()
3055 if (m_externallyAllocatedMemory) in registerMemoryAllocatedWithCurrentScriptContext()
3057 m_externallyAllocatedMemory = static_cast<intptr_t>(m_data.length()); in registerMemoryAllocatedWithCurrentScriptContext()
3058 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(m_externallyAllocatedMemory); in registerMemoryAllocatedWithCurrentScriptContext()
3066 if (m_externallyAllocatedMemory) { in ~SerializedScriptValue()
3068 … v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-m_externallyAllocatedMemory); in ~SerializedScriptValue()