Home
last modified time | relevance | path

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

12

/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test46 MFUN32-NEXT: CodeSize: 0xA
65 MFUN32-NEXT: CodeSize: 0xA
84 MFUN32-NEXT: CodeSize: 0x14
108 MFUN32-NEXT: CodeSize: 0xA
119 MFUN32-NEXT: CodeSize: 0xA
130 MFUN32-NEXT: CodeSize: 0x14
154 MFUN64-NEXT: CodeSize: 0xE
169 MFUN64-NEXT: CodeSize: 0xE
184 MFUN64-NEXT: CodeSize: 0x18
208 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.ll229 ; OBJ32-NEXT: CodeSize: 0x6
242 ; OBJ32-NEXT: CodeSize: 0x6
255 ; OBJ32-NEXT: CodeSize: 0x10
265 ; OBJ32-NEXT: CodeSize: 0x6
279 ; OBJ32-NEXT: CodeSize: 0x6
293 ; OBJ32-NEXT: CodeSize: 0x10
539 ; OBJ64-NEXT: CodeSize: 0xE
552 ; OBJ64-NEXT: CodeSize: 0xE
565 ; OBJ64-NEXT: CodeSize: 0x18
575 ; OBJ64-NEXT: CodeSize: 0xE
[all …]
Dsimple.ll97 ; OBJ32-NEXT: CodeSize: 0x6
104 ; OBJ32-NEXT: CodeSize: 0x6
207 ; OBJ64-NEXT: CodeSize: 0xE
214 ; OBJ64-NEXT: CodeSize: 0xE
Dasm.ll104 ; OBJ32-NEXT: CodeSize: 0x6
111 ; OBJ32-NEXT: CodeSize: 0x6
225 ; OBJ64-NEXT: CodeSize: 0xE
232 ; OBJ64-NEXT: CodeSize: 0xE
Dmultifile.ll130 ; OBJ32-NEXT: CodeSize: 0x10
137 ; OBJ32-NEXT: CodeSize: 0x10
290 ; OBJ64-NEXT: CodeSize: 0x18
297 ; OBJ64-NEXT: CodeSize: 0x18
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp149 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local
150 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
151 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
337 uint64_t &CodeSize, in computeTotalAllocSize() argument
413 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()
DRuntimeDyldImpl.h414 void computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize,
/external/giflib/
Ddgif_lib.c698 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode() argument
708 *CodeSize = Private->BitsPerPixel; in DGifGetCode()
756 GifByteType CodeSize; in DGifSetupDecompress() local
761 if (READ(GifFile, &CodeSize, 1) < 1) { /* Read Code size from file. */ in DGifSetupDecompress()
764 BitsPerPixel = CodeSize; in DGifSetupDecompress()
Degif_lib.c702 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode() argument
/external/v8/src/
Dgdb-jit.cc978 uintptr_t CodeSize() const { in CodeSize() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1045 desc->CodeSize(), in CreateSymbolsTable()
1120 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1133 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal()
1561 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1717 w->Write<uintptr_t>(desc_->CodeSize()); in WriteFDE()
1936 desc->CodeSize())); in CreateELFObject()
1940 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize()); in CreateELFObject()
1953 desc->CodeSize(), in CreateELFObject()
2126 range.end = code->address() + code->CodeSize(); in AddCode()
Druntime-profiler.cc187 if (shared_code->CodeSize() > allowance && in OptimizeNow()
Dobjects-body-descriptors-inl.h417 return reinterpret_cast<Code*>(object)->CodeSize(); in SizeOf()
Dlog.cc908 msg.Append("code-deopt,%ld,%d", since_epoch, code->CodeSize()); in CodeDeoptEvent()
Dobjects-inl.h4407 return reinterpret_cast<Code*>(this)->CodeSize(); in SizeFromMap()
6458 int Code::CodeSize() { return SizeFor(body_size()); } in CodeSize() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp322 uint64_t CodeSize = 0; in getSIProgramInfo() local
339 CodeSize += MI.getDesc().Size; in getSIProgramInfo()
466 ProgInfo.CodeLen = CodeSize; in getSIProgramInfo()
/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/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/include/llvm/ExecutionEngine/
DRuntimeDyld.h125 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace() argument
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp701 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection() local
715 W.printHex("CodeSize", CodeSize); in printCodeViewSymbolsSubsection()
/external/llvm/docs/TableGen/
Dindex.rst105 int CodeSize = 3;
/external/v8/src/snapshot/
Dserialize.cc2322 int size = code->CodeSize(); in CopyCode()
2341 SnapshotByteSink sink(info->code()->CodeSize() * 2); in Serialize()
/external/llvm/include/llvm/Target/
DTarget.td355 int CodeSize = 0;

12