Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp235 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager()
247 uintptr_t *const CodeSize = nullptr; member in exegesis::__anon27eba7450111::TrackingSectionMemoryManager
260 uintptr_t CodeSize = 0; in ExecutableFunction() local
/external/swiftshader/third_party/llvm-7.0/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, uint32_t CodeAlign, in reserveAllocationSpace()
/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, uint32_t CodeAlign, in reserveAllocationSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h36 support::ulittle32_t CodeSize; // Code size of this line contribution. member
142 uint32_t CodeSize = 0; variable
/external/llvm/tools/llvm-readobj/
DCodeView.h35 ulittle32_t CodeSize; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h48 uint32_t CodeSize; member
95 uint32_t CodeSize; member
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h33 support::ulittle32_t CodeSize; // Code size of this line contribution. member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h142 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h104 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/external/llvm/tools/lli/
DRemoteJITUtils.h103 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/external/giflib/
Ddgif_lib.c702 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode()
760 GifByteType CodeSize; in DGifSetupDecompress() local
Degif_lib.c706 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp145 uint64_t CodeSize; member
396 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp332 uint64_t CodeSize, in emitCommonFunctionComments()
535 uint64_t CodeSize = 0; in getFunctionCodeSize() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp313 uint64_t CodeSize = 0; in getSIProgramInfo() local
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h396 intptr_t CodeSize() const { return buffer_.Size(); } in CodeSize() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp185 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
411 uint64_t &CodeSize, in computeTotalAllocSize()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp185 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
462 uint64_t &CodeSize, in computeTotalAllocSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h87 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h736 intptr_t CodeSize() const { return Buffer.size(); } in CodeSize() function
/external/v8/src/objects/
Dcode-inl.h338 int Code::CodeSize() const { return SizeFor(body_size()); } in CodeSize() function

12