Searched refs:obj_end (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | GarbageCollection.cpp | 127 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 D | IdenticalCodeFolding.cpp | 120 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in findCandidates()
|
/aosp12/frameworks/compile/mclinker/include/mcld/ |
H A D | Module.h | 80 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 D | space_bitmap_test.cc | 115 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 D | ObjectLinker.cpp | 339 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 D | ARMException.cpp | 55 end = pModule.obj_end(); it != end; ++it) { in create()
|
H A D | ARMLDBackend.cpp | 560 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 D | AArch64LDBackend.cpp | 377 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
|
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonLDBackend.cpp | 552 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsLDBackend.cpp | 803 input != pModule.obj_end(); in doRelax()
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 2043 Module::const_obj_iterator obj, objEnd = pModule.obj_end(); in setupGNUStackInfo() 2517 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout()
|