Home
last modified time | relevance | path

Searched defs:obj_begin (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/
H A DModule.h78 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } in obj_begin() function
79 obj_iterator obj_begin() { return m_ObjectList.begin(); } in obj_begin() function
/aosp12/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc114 const mirror::Object* obj_begin = reinterpret_cast<mirror::Object*>(heap_begin + range.first); in TEST_F() local