Searched refs:m_externallyAllocatedMemory (Results 1 – 4 of 4) sorted by relevance
84 , 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()
202 mutable intptr_t m_externallyAllocatedMemory; variable
125 intptr_t m_externallyAllocatedMemory; variable
2880 : 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()