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

12

/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp39 uint64_t island_offset = pFragment.getOffset() + m_MaxBranchRange -
40 (pFragment.getOffset() % m_MaxBranchRange);
46 if (frag->getNextNode()->getOffset() > island_offset)
53 (frag->getOffset() + frag->size()) > island_offset)
81 if ((pFragment.getOffset() < (*it).offset()) &&
82 ((pFragment.getOffset() + m_MaxBranchRange) >= (*it).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.cpp89 offset = (*fde)->getOffset();
172 pFDE.getOffset() +
187 pc += m_EhFrame.addr() + pFDE.getOffset() + pFDE.getDataStart();
H A DEhFrame.cpp96 offset = m_pSectionData->back().getOffset() + m_pSectionData->back().size();
106 offset = m_pSectionData->back().getOffset() + m_pSectionData->back().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.");
H A DFragmentRef.cpp191 result = m_pFragment->getOffset();
/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/rs/cpu_ref/linkloader/include/
H A DELFSectionProgBits.h70 AR.seek(sh->getOffset(), true);
H A DELFReloc.h48 addr_t getOffset() const { function in class:ELFReloc_CRTP
/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/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.h55 uint64_t getOffset() const;
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp65 EXPECT_TRUE(5566 == f->getOffset());
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx101 PRINT_LINT("Offset", concrete()->getOffset() );
H A DELFSectionHeader.hxx90 PRINT_LINT("Offset", getOffset());
H A DELFSectionStrTab.hxx39 AR.seek(sh->getOffset(), true);
H A DELFObject.hxx142 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
374 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
428 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
475 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
554 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
591 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
H A DELFSectionRelTable.hxx63 AR.seek(sh->getOffset(), true);
H A DELFSectionSymTab.hxx98 AR.seek(sh->getOffset(), true);
/frameworks/base/core/java/android/util/
H A DMonthDisplayHelper.java105 public int getOffset() { method in class:MonthDisplayHelper
/frameworks/native/libs/binder/
H A DIMemory.cpp84 virtual uint32_t getOffset() const;
349 uint32_t BpMemoryHeap::getOffset() const { function in class:android::BpMemoryHeap
373 reply->writeInt32(getOffset());
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h107 inline uint32_t getOffset(uint16_t x, uint16_t y) const { function in class:android::uirenderer::CacheTexture

Completed in 3770 milliseconds

12