Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test46 MFUN32-NEXT: CodeSize: 0xA
65 MFUN32-NEXT: CodeSize: 0xA
84 MFUN32-NEXT: CodeSize: 0x14
107 MFUN32-NEXT: CodeSize: 0xA
117 MFUN32-NEXT: CodeSize: 0xA
127 MFUN32-NEXT: CodeSize: 0x14
151 MFUN64-NEXT: CodeSize: 0xE
166 MFUN64-NEXT: CodeSize: 0xE
181 MFUN64-NEXT: CodeSize: 0x18
204 MFUN64-NEXT: CodeSize: 0xE
[all …]
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp125 uintptr_t CodeSize = i % 16 + 1; in TEST() local
131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST()
135 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
154 uintptr_t CodeSize = i % 16 + 1; in TEST() local
157 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
DMCJITCAPITest.cpp91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument
93 ReservedCodeSize = CodeSize; in reserveAllocationSpace()
/external/llvm/test/DebugInfo/COFF/
Dmultifunction.ll216 ; OBJ32-NEXT: CodeSize: 0x6
229 ; OBJ32-NEXT: CodeSize: 0x6
242 ; OBJ32-NEXT: CodeSize: 0x10
251 ; OBJ32-NEXT: CodeSize: 0x6
260 ; OBJ32-NEXT: CodeSize: 0x6
269 ; OBJ32-NEXT: CodeSize: 0x10
489 ; OBJ64-NEXT: CodeSize: 0xE
502 ; OBJ64-NEXT: CodeSize: 0xE
515 ; OBJ64-NEXT: CodeSize: 0x18
524 ; OBJ64-NEXT: CodeSize: 0xE
[all …]
Dsimple.ll94 ; OBJ32-NEXT: CodeSize: 0x6
100 ; OBJ32-NEXT: CodeSize: 0x6
195 ; OBJ64-NEXT: CodeSize: 0xE
201 ; OBJ64-NEXT: CodeSize: 0xE
Dasm.ll98 ; OBJ32-NEXT: CodeSize: 0x6
104 ; OBJ32-NEXT: CodeSize: 0x6
206 ; OBJ64-NEXT: CodeSize: 0xE
212 ; OBJ64-NEXT: CodeSize: 0xE
Dmultifile.ll123 ; OBJ32-NEXT: CodeSize: 0x10
129 ; OBJ32-NEXT: CodeSize: 0x10
266 ; OBJ64-NEXT: CodeSize: 0x18
272 ; OBJ64-NEXT: CodeSize: 0x18
/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()
Degif_lib.c698 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode() argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp156 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local
157 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
158 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
326 uint64_t &CodeSize, in computeTotalAllocSize() argument
403 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()
DRuntimeDyldImpl.h366 void computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize,
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp240 uint64_t CodeSize = 0; in getSIProgramInfo() local
251 CodeSize += MI.getDesc().Size; in getSIProgramInfo()
364 ProgInfo.CodeLen = CodeSize; in getSIProgramInfo()
/external/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/lib/Target/X86/
DX86InstrFormats.td345 let CodeSize = 3;
352 let CodeSize = 3;
358 let CodeSize = 3;
364 let CodeSize = 3;
370 let CodeSize = 3;
376 let CodeSize = 3;
383 let CodeSize = 3;
390 let CodeSize = 3;
417 let CodeSize = 3;
424 let CodeSize = 3;
[all …]
DX86InstrArithmetic.td374 let CodeSize = 2 in {
449 } // CodeSize
454 let CodeSize = 2 in
459 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA.
471 } // isConvertibleToThreeAddress = 1, CodeSize = 2
474 let CodeSize = 1, hasSideEffects = 0 in {
481 } // CodeSize = 1, hasSideEffects = 0
484 let CodeSize = 2, SchedRW = [WriteALULd, WriteRMW] in {
497 } // CodeSize = 2, SchedRW
500 let CodeSize = 2 in
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h107 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace() argument
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument
59 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, in reserveAllocationSpace()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp673 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection() local
688 W.printHex("CodeSize", CodeSize); in printCodeViewSymbolsSubsection()
/external/llvm/docs/TableGen/
Dindex.rst105 int CodeSize = 3;
/external/llvm/include/llvm/Target/
DTarget.td355 int CodeSize = 0;