Home
last modified time | relevance | path

Searched defs:obj_end (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dgc_visited_arena_pool.cc62 void TrackedArena::SetFirstObject(uint8_t* obj_begin, uint8_t* obj_end) { in SetFirstObject()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc115 const mirror::Object* obj_end = reinterpret_cast<mirror::Object*>(heap_begin + range.second); in TEST_F() local
/art/runtime/gc/collector/
Dmark_compact.cc2472 uint8_t* obj_end = reinterpret_cast<uint8_t*>(obj) + obj_size; in UpdateNonMovingSpaceBlackAllocations() local
2558 uint8_t* obj_end = byte + obj_size; in operator ()() local