Home
last modified time | relevance | path

Searched refs:CodeSize (Results 1 – 23 of 23) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp126 uintptr_t CodeSize = i % 16 + 1; in TEST() local
132 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST()
136 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
155 uintptr_t CodeSize = i % 16 + 1; in TEST() local
158 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
DMCJITCAPITest.cpp94 uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW) { in reserveAllocationSpace() argument
95 ReservedCodeSize = CodeSize; in reserveAllocationSpace()
/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test69 MFUN32-NEXT: CodeSize: 0xA
79 MFUN32-NEXT: CodeSize: 0xA
89 MFUN32-NEXT: CodeSize: 0x14
148 MFUN64-NEXT: CodeSize: 0xE
158 MFUN64-NEXT: CodeSize: 0xE
168 MFUN64-NEXT: CodeSize: 0x18
213 MFILE32-NEXT: CodeSize: 0x14
263 MFILE64-NEXT: CodeSize: 0x18
/external/llvm/unittests/ExecutionEngine/JIT/
DOProfileJITEventListenerTest.cpp24 unsigned int CodeSize; member
33 , CodeSize(size) { in OprofileNativeFunction()
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp214 uint64_t CodeSize = 0; in getSIProgramInfo() local
229 CodeSize += MI.getDesc().Size; in getSIProgramInfo()
318 ProgInfo.CodeLen = CodeSize; in getSIProgramInfo()
/external/llvm/test/DebugInfo/COFF/
Dmultifunction.ll137 ; OBJ32-NEXT: CodeSize: 0x6
146 ; OBJ32-NEXT: CodeSize: 0x6
155 ; OBJ32-NEXT: CodeSize: 0x10
293 ; OBJ64-NEXT: CodeSize: 0xE
303 ; OBJ64-NEXT: CodeSize: 0xE
313 ; OBJ64-NEXT: CodeSize: 0x18
Dsimple.ll64 ; OBJ32-NEXT: CodeSize: 0x6
128 ; OBJ64-NEXT: CodeSize: 0xE
Dasm.ll68 ; OBJ32-NEXT: CodeSize: 0x6
139 ; OBJ64-NEXT: CodeSize: 0xE
Dmultifile.ll93 ; OBJ32-NEXT: CodeSize: 0x10
199 ; OBJ64-NEXT: CodeSize: 0x18
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h64 uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW) { } in reserveAllocationSpace() argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp118 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObject() local
119 computeTotalAllocSize(*Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObject()
120 MemMgr->reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObject()
233 uint64_t &CodeSize, in computeTotalAllocSize() argument
314 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()
DRuntimeDyldImpl.h343 void computeTotalAllocSize(ObjectImage &Obj, uint64_t &CodeSize,
/external/giflib/
Ddgif_lib.c690 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode() argument
700 *CodeSize = Private->BitsPerPixel; in DGifGetCode()
747 GifByteType CodeSize; in DGifSetupDecompress() local
751 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */ in DGifSetupDecompress()
752 BitsPerPixel = CodeSize; in DGifSetupDecompress()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h50 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument
52 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in reserveAllocationSpace()
/external/llvm/lib/Target/X86/
DX86InstrFormats.td303 let CodeSize = 3;
310 let CodeSize = 3;
316 let CodeSize = 3;
322 let CodeSize = 3;
328 let CodeSize = 3;
334 let CodeSize = 3;
341 let CodeSize = 3;
348 let CodeSize = 3;
375 let CodeSize = 3;
382 let CodeSize = 3;
[all …]
DX86InstrArithmetic.td374 let CodeSize = 2 in {
449 } // CodeSize
454 let CodeSize = 2 in
460 let isConvertibleToThreeAddress = 1, CodeSize = 1 in { // Can xform into LEA.
473 } // isConvertibleToThreeAddress = 1, CodeSize = 1
477 let isConvertibleToThreeAddress = 1, CodeSize = 2 in {
499 } // isConvertibleToThreeAddress = 1, CodeSize = 2
502 CodeSize = 2 in {
515 } // isCodeGenOnly = 1, ForceDisassemble = 1, HasSideEffects = 0, CodeSize = 2
519 let CodeSize = 2, SchedRW = [WriteALULd, WriteRMW] in {
[all …]
/external/chromium_org/v8/src/
Dgdb-jit.cc972 uintptr_t CodeSize() const { in CodeSize() function in v8::internal::BASE_EMBEDDED
1039 desc->CodeSize(), in CreateSymbolsTable()
1090 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1103 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1532 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1688 w->Write<uintptr_t>(desc_->CodeSize()); in WriteFDE()
1927 desc->CodeSize())); in CreateELFObject()
1931 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize()); in CreateELFObject()
1944 desc->CodeSize(), in CreateELFObject()
Druntime-profiler.cc201 if (shared_code->CodeSize() > allowance) { in OptimizeNow()
Dlog.cc912 msg.Append("code-deopt,%ld,%d", since_epoch, code->CodeSize()); in CodeDeoptEvent()
Dobjects-inl.h4296 return reinterpret_cast<Code*>(this)->CodeSize(); in SizeFromMap()
Dobjects.h5274 int CodeSize() { return SizeFor(body_size()); } in DECLARE_CAST()
/external/llvm/docs/TableGen/
Dindex.rst105 int CodeSize = 3;
/external/llvm/include/llvm/Target/
DTarget.td349 int CodeSize = 0;