Searched refs:getOffset (Results 1 - 25 of 59) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp49 if ((*it).getOffset() + (*it).size() > group_end) {
56 group_end = (*it).getOffset() + m_MaxFwdBranchRange;
85 if ((pFragment.getOffset() < (*it).offset()) &&
86 ((pFragment.getOffset() + m_MaxFwdBranchRange) >= (*it).offset())) {
91 int64_t bwd_off = (int64_t)pFragment.getOffset() + m_MaxBwdBranchRange;
92 if ((pFragment.getOffset() > (*prev).offset()) &&
H A DBranchIsland.cpp68 return m_Entry.getOffset() + m_Entry.size();
75 size = m_pRear->getOffset() + m_pRear->size() -
76 m_Entry.getNextNode()->getOffset();
130 align_frag->setOffset(align_frag->getPrevNode()->getOffset() +
136 pStub.setOffset(pStub.getPrevNode()->getOffset() +
H A DEhFrameHdr.cpp90 offset = fde.getOffset();
172 pFDE.getOffset() +
187 pc += m_EhFrame.addr() + pFDE.getOffset() +
H A DEhFrame.cpp144 offset = m_pSectionData->back().getOffset() + m_pSectionData->back().size();
244 if (rel.targetRef().getOutputOffset() == cie->getOffset() +
272 if (rel.targetRef().getOutputOffset() == fde.getOffset() +
296 if (rel.targetRef().getOutputOffset() >= fde.getOffset() &&
297 rel.targetRef().getOutputOffset() < fde.getOffset() + fde.size()) {
/frameworks/compile/mclinker/lib/Fragment/
H A DAlignFragment.cpp32 uint64_t size = llvm::OffsetToAlignment(getOffset(), m_Alignment);
H A DFragment.cpp35 uint64_t Fragment::getOffset() const function in class:Fragment
37 assert(hasOffset() && "Cannot getOffset() before setting it up.");
/frameworks/native/include/binder/
H A DMemoryBase.h39 ssize_t getOffset() const { return mOffset; } function in class:android::MemoryBase
H A DIMemory.h46 virtual uint32_t getOffset() const = 0;
H A DMemoryHeapBase.h67 virtual uint32_t getOffset() const;
/frameworks/base/libs/hwui/
H A DPixelBuffer.h130 upload(x, y, width, height, getOffset(x, y));
157 uint32_t getOffset(uint32_t x, uint32_t y) const { function in class:android::uirenderer::PixelBuffer
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java77 offset = getOffset(index);
89 private int getOffset(int index) { method in class:ChildHelper
136 final int offset = getOffset(index);
156 final int offset = getOffset(index);
206 offset = getOffset(index);
255 final int offset = getOffset(index);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx145 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
378 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
675 Inst_t *inst = (Inst_t*)&(*text)[rel->getOffset()];
695 int64_t *paddr = (int64_t*)&(*text)[rel->getOffset()];
701 int32_t *paddr = (int32_t*)&(*text)[rel->getOffset()];
736 uint32_t *paddr = (uint32_t*)&(*text)[rel->getOffset()];
743 int32_t *paddr = (int32_t*)&(*text)[rel->getOffset()];
750 uint16_t *paddr = (uint16_t*)&(*text)[rel->getOffset()];
757 int16_t *paddr = (int16_t*)&(*text)[rel->getOffset()];
764 int8_t *paddr = (int8_t*)&(*text)[rel->getOffset()];
[all...]
H A DELFReloc.hxx101 PRINT_LINT("Offset", concrete()->getOffset() );
H A DELFSectionHeader.hxx90 PRINT_LINT("Offset", getOffset());
H A DELFSectionStrTab.hxx38 AR.seek(sh->getOffset(), true);
H A DELFSectionRelTable.hxx63 AR.seek(sh->getOffset(), true);
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java38 public int getOffset() { method in class:ResultStorageDescriptor
/frameworks/base/core/java/android/view/inputmethod/
H A DCorrectionInfo.java53 public int getOffset() { method in class:CorrectionInfo
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h52 uint64_t getOffset() const;
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp65 EXPECT_TRUE(5566 == f->getOffset());
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionProgBits.h82 AR.seek(sh->getOffset(), true);
H A DELFReloc.h47 addr_t getOffset() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h69 offset_t getOffset() const { function in class:ELFSectionHeader_CRTP
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h149 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
/frameworks/base/core/java/android/util/
H A DMonthDisplayHelper.java105 public int getOffset() { method in class:MonthDisplayHelper

Completed in 920 milliseconds

123