Searched defs:CodeSize (Results 1 – 11 of 11) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 125 uintptr_t CodeSize = i % 16 + 1; in TEST() local 154 uintptr_t CodeSize = i % 16 + 1; in TEST() local
|
D | MCJITCAPITest.cpp | 91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 125 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace()
|
/external/giflib/ |
D | dgif_lib.c | 702 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode() 760 GifByteType CodeSize; in DGifSetupDecompress() local
|
D | egif_lib.c | 706 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 322 uint64_t CodeSize = 0; in getSIProgramInfo() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 149 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local 337 uint64_t &CodeSize, in computeTotalAllocSize()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 701 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection() local
|
/external/v8/src/ |
D | gdb-jit.cc | 990 uintptr_t CodeSize() const { in CodeSize() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
|
D | objects-inl.h | 6580 int Code::CodeSize() { return SizeFor(body_size()); } in CodeSize() function
|