Home
last modified time | relevance | path

Searched refs:obj_end (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp127 Module::obj_iterator input, inEnd = m_Module.obj_end(); in setUpReachedSections()
184 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in getEntrySections()
328 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in stripSections()
346 Module::obj_iterator input, inEnd = m_Module.obj_end(); in stripSections()
H A DIdenticalCodeFolding.cpp120 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in findCandidates()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DModule.h80 const_obj_iterator obj_end() const { return m_ObjectList.end(); } in obj_end() function
81 obj_iterator obj_end() { return m_ObjectList.end(); } in obj_end() function
/aosp12/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc115 const mirror::Object* obj_end = reinterpret_cast<mirror::Object*>(heap_begin + range.second); in TEST_F() local
116 bitmap.ClearRange(obj_begin, obj_end); in TEST_F()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp339 Module::obj_iterator obj, objEnd = m_pModule->obj_end(); in mergeSections()
583 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in scanRelocations()
787 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in relocation()
872 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in normalSyncRelocationResult()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp55 end = pModule.obj_end(); it != end; ++it) { in create()
H A DARMLDBackend.cpp560 Module::const_obj_iterator input, inEnd = pModule.obj_end(); in setUpReachedSectionsForGC()
824 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp377 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp552 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp803 input != pModule.obj_end(); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2043 Module::const_obj_iterator obj, objEnd = pModule.obj_end(); in setupGNUStackInfo()
2517 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout()