/frameworks/base/core/java/android/hardware/location/ |
D | MemoryRegion.java | 27 public class MemoryRegion implements Parcelable{ class 122 public MemoryRegion(Parcel source) { in MemoryRegion() method in MemoryRegion 130 public static final Parcelable.Creator<MemoryRegion> CREATOR 131 = new Parcelable.Creator<MemoryRegion>() { 132 public MemoryRegion createFromParcel(Parcel in) { 133 return new MemoryRegion(in); 136 public MemoryRegion[] newArray(int size) { 137 return new MemoryRegion[size];
|
D | ContextHubInfo.java | 44 private MemoryRegion[] mMemoryRegions; 320 public MemoryRegion[] getMemoryRegions() { in getMemoryRegions() 344 public void setMemoryRegions(MemoryRegion[] memoryRegions) { in setMemoryRegions() 384 mMemoryRegions = in.createTypedArray(MemoryRegion.CREATOR); in ContextHubInfo()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFObjectWriter.h | 73 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const; 77 MemoryRegion& pRegion) const; 81 MemoryRegion& pRegion) const; 87 MemoryRegion& pRegion) const; 93 MemoryRegion& pRegion) const; 112 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
|
D | MergedStringTable.h | 41 void emit(MemoryRegion& pRegion);
|
D | EhFrameHdr.h | 53 const MemoryRegion& pEhFrameRegion);
|
D | DebugString.h | 46 void emit(MemoryRegion& pRegion);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 73 MemoryRegion& pRegion) const; 123 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const = 0; 126 MemoryRegion& pRegion, 180 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const; 182 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion, 222 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const; 224 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
|
D | X86LDBackend.cpp | 159 MemoryRegion& pRegion) const { in emitSectionData() 468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData() 488 MemoryRegion& pRegion, in emitGOTPLTSectionData() 653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData() 673 MemoryRegion& pRegion, in emitGOTPLTSectionData()
|
/frameworks/compile/mclinker/lib/Support/ |
D | FileOutputBuffer.cpp | 49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength) { in request() 51 return MemoryRegion(); in request() 52 return MemoryRegion(getBufferStart() + pOffset, pLength); in request()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 79 MemoryRegion& pRegion) const; 164 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const; 166 virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
|
D | HexagonPLT.h | 79 uint64_t emit(MemoryRegion& pRegion);
|
/frameworks/compile/mclinker/unittests/ |
D | MCRegionFragmentTest.cpp | 46 MemoryRegion* region = area->request(0, 4096); in TEST_F() 61 MemoryRegion* region = area->request(0, 4096); in TEST_F()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 54 MemoryRegion region; in writeSection() 211 MemoryRegion region = pOutput.request(0, sizeof(ElfXX_Ehdr)); in writeELFHeader() 306 MemoryRegion region = in emitSectionHeader() 342 MemoryRegion region = pOutput.request( in emitProgramHeader() 368 MemoryRegion region = pOutput.request(pShStrTab.offset(), pShStrTab.size()); in emitShStrTab() 382 MemoryRegion& pRegion) const { in emitSectionData() 403 MemoryRegion& pRegion) const { in emitEhFrame() 450 MemoryRegion& pRegion) const { in emitRelocation() 480 MemoryRegion& pRegion) const { in emitRel() 522 MemoryRegion& pRegion) const { in emitRela() [all …]
|
D | EhFrameHdr.cpp | 41 MemoryRegion ehframehdr_region = in emitOutput() 44 MemoryRegion ehframe_region = in emitOutput() 142 const MemoryRegion& pEhFrameRegion) { in computePCBegin()
|
D | MergedStringTable.cpp | 28 void MergedStringTable::emit(MemoryRegion& pRegion) { in emit()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.h | 41 virtual uint64_t emit(MemoryRegion& pRegion) = 0; 230 virtual uint64_t emit(MemoryRegion& pRegion); 248 virtual uint64_t emit(MemoryRegion& pRegion);
|
D | MipsPLT.h | 34 uint64_t emit(MemoryRegion& pRegion);
|
D | MipsGOTPLT.h | 32 uint64_t emit(MemoryRegion& pRegion);
|
D | MipsAbiFlags.h | 31 static uint64_t emit(const MipsAbiFlags& pInfo, MemoryRegion& pRegion);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MemoryRegion.h | 23 typedef llvm::MutableArrayRef<uint8_t> MemoryRegion; typedef
|
D | FileOutputBuffer.h | 48 MemoryRegion request(size_t pOffset, size_t pLength);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64PLT.h | 70 uint64_t emit(MemoryRegion& pRegion);
|
D | AArch64GOT.h | 70 uint64_t emit(MemoryRegion& pRegion);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMPLT.h | 66 uint64_t emit(MemoryRegion& pRegion);
|
D | ARMGOT.h | 58 uint64_t emit(MemoryRegion& pRegion);
|