Home
last modified time | relevance | path

Searched refs:fixup_end (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp24 for (fixup_iterator fixup = fixup_begin(); fixup != fixup_end(); ++fixup) in ~Stub()
57 for (fixup_iterator it = fixup_begin(), ie = fixup_end(); it != ie; ++it) { in applyFixup()
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h103 fixup_iterator fixup_end() { return m_FixupList.end(); } in fixup_end() function
105 const_fixup_iterator fixup_end() const { return m_FixupList.end(); } in fixup_end() function
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub2.cpp81 fixup_end()); in doClone()
H A DAArch64CA53Erratum835769Stub.cpp90 fixup_end()); in doClone()
H A DAArch64CA53Erratum843419Stub.cpp90 fixup_end()); in doClone()
H A DAArch64LongBranchStub.cpp142 return new AArch64LongBranchStub(m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()
H A DAArch64CA53ErratumStub.cpp126 assert((++it) == fixup_end()); in applyFixup()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp88 m_Target, m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.cpp105 return new ARMToARMStub(m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()
H A DARMToTHMStub.cpp113 return new ARMToTHMStub(m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()
H A DTHMToARMStub.cpp132 m_pData, m_Size, fixup_begin(), fixup_end(), m_bUsingThumb2); in doClone()
H A DTHMToTHMStub.cpp128 m_pData, m_Size, fixup_begin(), fixup_end(), m_bUsingThumb2); in doClone()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp109 return new HexagonAbsoluteStub(m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()
/aosp12/art/compiler/optimizing/
H A Dnodes.cc1308 auto fixup_end = replacement->env_uses_.empty() ? replacement->env_uses_.begin() in ReplaceInput() local
1313 replacement->FixUpUserRecordsAfterEnvUseInsertion(fixup_end); in ReplaceInput()
1506 auto fixup_end = other->uses_.empty() ? other->uses_.begin() : ++other->uses_.begin(); in ReplaceWith() local
1508 other->FixUpUserRecordsAfterUseInsertion(fixup_end); in ReplaceWith()
1563 auto fixup_end = in ReplaceInput() local
1568 replacement->FixUpUserRecordsAfterUseInsertion(fixup_end); in ReplaceInput()
H A Dnodes.h2352 auto fixup_end = uses_.empty() ? uses_.begin() : ++uses_.begin(); in AddUseAt() local
2357 FixUpUserRecordsAfterUseInsertion(fixup_end); in AddUseAt()
2687 void FixUpUserRecordsAfterUseInsertion(HUseList<HInstruction*>::iterator fixup_end) { in FixUpUserRecordsAfterUseInsertion() argument
2689 for (auto use_node = uses_.begin(); use_node != fixup_end; ++use_node) { in FixUpUserRecordsAfterUseInsertion()