Home
last modified time | relevance | path

Searched refs:MemoryRegion (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/core/java/android/hardware/location/
DMemoryRegion.java29 public class MemoryRegion implements Parcelable{ class
118 if (object instanceof MemoryRegion) { in equals()
119 MemoryRegion other = (MemoryRegion) object; in equals()
144 public MemoryRegion(Parcel source) { in MemoryRegion() method in MemoryRegion
152 public static final @android.annotation.NonNull Parcelable.Creator<MemoryRegion> CREATOR
153 = new Parcelable.Creator<MemoryRegion>() {
154 public MemoryRegion createFromParcel(Parcel in) {
155 return new MemoryRegion(in);
158 public MemoryRegion[] newArray(int size) {
159 return new MemoryRegion[size];
DContextHubInfo.java50 private MemoryRegion[] mMemoryRegions;
79 mMemoryRegions = new MemoryRegion[0]; in ContextHubInfo()
220 public MemoryRegion[] getMemoryRegions() { in getMemoryRegions()
321 mMemoryRegions = in.createTypedArray(MemoryRegion.CREATOR); in ContextHubInfo()
/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h73 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;
DMergedStringTable.h41 void emit(MemoryRegion& pRegion);
DEhFrameHdr.h53 const MemoryRegion& pEhFrameRegion);
DDebugString.h46 void emit(MemoryRegion& pRegion);
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h73 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,
DX86LDBackend.cpp159 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/
DFileOutputBuffer.cpp49 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/
DHexagonLDBackend.h79 MemoryRegion& pRegion) const;
164 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
166 virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
DHexagonPLT.h79 uint64_t emit(MemoryRegion& pRegion);
/frameworks/compile/mclinker/unittests/
DMCRegionFragmentTest.cpp46 MemoryRegion* region = area->request(0, 4096); in TEST_F()
61 MemoryRegion* region = area->request(0, 4096); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp54 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 …]
DEhFrameHdr.cpp41 MemoryRegion ehframehdr_region = in emitOutput()
44 MemoryRegion ehframe_region = in emitOutput()
142 const MemoryRegion& pEhFrameRegion) { in computePCBegin()
DMergedStringTable.cpp28 void MergedStringTable::emit(MemoryRegion& pRegion) { in emit()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h41 virtual uint64_t emit(MemoryRegion& pRegion) = 0;
230 virtual uint64_t emit(MemoryRegion& pRegion);
248 virtual uint64_t emit(MemoryRegion& pRegion);
DMipsPLT.h34 uint64_t emit(MemoryRegion& pRegion);
DMipsGOTPLT.h32 uint64_t emit(MemoryRegion& pRegion);
DMipsAbiFlags.h31 static uint64_t emit(const MipsAbiFlags& pInfo, MemoryRegion& pRegion);
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h23 typedef llvm::MutableArrayRef<uint8_t> MemoryRegion; typedef
DFileOutputBuffer.h48 MemoryRegion request(size_t pOffset, size_t pLength);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.h66 uint64_t emit(MemoryRegion& pRegion);
DARMGOT.h58 uint64_t emit(MemoryRegion& pRegion);
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.h70 uint64_t emit(MemoryRegion& pRegion);
DAArch64GOT.h70 uint64_t emit(MemoryRegion& pRegion);

123