Searched refs:sizeInBytes (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DExecutableAllocatorFixedVMPool.cpp166 PassRefPtr<ExecutableMemoryHandle> ExecutableAllocator::allocate(VM& vm, size_t sizeInBytes, void* ownerUID, JITCompilationEffort effort) argument
168 RefPtr<ExecutableMemoryHandle> result = allocator->allocate(sizeInBytes, ownerUID);
173 result = allocator->allocate(sizeInBytes, ownerUID);
H A DExecutableAllocator.cpp215 PassRefPtr<ExecutableMemoryHandle> ExecutableAllocator::allocate(VM&, size_t sizeInBytes, void* ownerUID, JITCompilationEffort effort) argument
217 RefPtr<ExecutableMemoryHandle> result = allocator()->allocate(sizeInBytes, ownerUID);
H A DExecutableAllocator.h137 PassRefPtr<ExecutableMemoryHandle> allocate(VM&, size_t sizeInBytes, void* ownerUID, JITCompilationEffort);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DTextureCacheCompositingThread.h92 , sizeInBytes(texture->sizeInBytes())
98 size_t sizeInBytes; member in struct:WebCore::TextureCacheCompositingThread::ZombieTexture
H A DLayerTexture.h74 size_t sizeInBytes() const { return m_bufferSizeInBytes; } function in class:WebCore::LayerTexture
H A DTextureCacheCompositingThread.cpp147 delta += texture->sizeInBytes();
181 if (texture->isProtected() || (texture->size().isEmpty() && !texture->sizeInBytes()))
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedScript.cpp78 setDecodedSize(m_script.sizeInBytes());
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm366 NSUInteger sizeInBytes = [data length];
367 Vector<uint32_t, 128> rawData((sizeInBytes + 3) / 4);
368 memcpy(rawData.data(), [data bytes], sizeInBytes);
374 if (sizeInBytes >= sizeof(struct mach_header_64)) {
414 unsigned maxArchs = (sizeInBytes - sizeof(struct fat_header)) / sizeof(struct fat_arch);
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAssemblerBuffer.h143 ExecutableAllocator::makeWritable(result->start(), result->sizeInBytes());
H A DMacroAssemblerCodeRef.h381 return m_executableMemory->sizeInBytes();
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cg/
H A DShareableBitmapCG.cpp85 RetainPtr<CGDataProvider> dataProvider = adoptCF(CGDataProviderCreateWithData(this, data(), sizeInBytes(), releaseDataProviderData));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DShareableBitmap.h160 size_t sizeInBytes() const { return numBytesForSize(m_size); } function in class:WebKit::ShareableBitmap
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/ico/
H A Dico.c82 UInt sizeInBytes; member in struct:__anon13198
228 sprintf(str, " Size in bytes: %d\n", th->entries[i].sizeInBytes); OUT;
272 !readUInt (handle, &th->entries[i].sizeInBytes) ||
285 printf (" Size : %d\n", th->entries[i].sizeInBytes);
316 !writeUInt (handle, th->entries[i].sizeInBytes) ||
995 icoHeader.entries[0].sizeInBytes = sizeof (INFOHEADER) +
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DRegion.h109 size_t size() { return m_allocation->sizeInBytes(); }
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DNetworkResourcesData.cpp92 return content.isNull() ? 0 : content.impl()->sizeInBytes();
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.h370 unsigned int sizeInBytes(GC3Denum type);
H A DWebGLRenderingContext.cpp841 unsigned int WebGLRenderingContext::sizeInBytes(GC3Denum type) function in class:WebCore::__anon5286::WebGLRenderingContext
4571 unsigned int typeSize = sizeInBytes(type);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp1492 static size_t sizeInBytes(const Vector<T>& vector) function in namespace:JSC
1521 #define GET_STATS(name) if (!codeBlock->m_##name.isEmpty()) { name##IsNotEmpty++; name##TotalSize += sizeInBytes(codeBlock->m_##name); }
1532 #define GET_STATS(name) if (!codeBlock->m_rareData->m_##name.isEmpty()) { name##IsNotEmpty++; name##TotalSize += sizeInBytes(codeBlock->m_rareData->m_##name); }

Completed in 424 milliseconds