Home
last modified time | relevance | path

Searched defs:CodeSize (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h64 uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW) { } in reserveAllocationSpace()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp126 uintptr_t CodeSize = i % 16 + 1; in TEST() local
155 uintptr_t CodeSize = i % 16 + 1; in TEST() local
DMCJITCAPITest.cpp94 uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW) { in reserveAllocationSpace()
/external/llvm/unittests/ExecutionEngine/JIT/
DOProfileJITEventListenerTest.cpp24 unsigned int CodeSize; member
/external/giflib/
Ddgif_lib.c690 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode()
747 GifByteType CodeSize; in DGifSetupDecompress() local
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp214 uint64_t CodeSize = 0; in getSIProgramInfo() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h50 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp118 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObject() local
233 uint64_t &CodeSize, in computeTotalAllocSize()
/external/chromium_org/v8/src/
Dgdb-jit.cc972 uintptr_t CodeSize() const { in CodeSize() function in v8::internal::BASE_EMBEDDED