Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp125 uintptr_t CodeSize = i % 16 + 1; in TEST() local
154 uintptr_t CodeSize = i % 16 + 1; in TEST() local
DMCJITCAPITest.cpp91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h107 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace()
/external/giflib/
Ddgif_lib.c690 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode()
747 GifByteType CodeSize; in DGifSetupDecompress() local
Degif_lib.c698 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode()
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp240 uint64_t CodeSize = 0; in getSIProgramInfo() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp156 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local
326 uint64_t &CodeSize, in computeTotalAllocSize()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp673 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection() local
/external/v8/src/
Dgdb-jit.cc972 uintptr_t CodeSize() const { in CodeSize() function in v8::internal::BASE_EMBEDDED