Searched refs:range_begin (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 191 uintptr_t range_begin = reinterpret_cast<uintptr_t>(heap_begin) + offset; in RunTest() local 194 fn(&space_bitmap, range_begin, range_end, manual); in RunTest() 202 uintptr_t range_begin, in RunTestCount() 209 space_bitmap->VisitMarkedRange(range_begin, range_end, count_fn); in RunTestCount() 226 uintptr_t range_begin, in RunTestOrder() argument 244 space_bitmap->VisitMarkedRange(range_begin, range_end, order_check); in RunTestOrder()
|
/art/compiler/optimizing/ |
D | register_allocation_resolver.cc | 331 size_t range_begin = range->GetStart(); in ConnectSiblings() local 334 FindMatchingUseRange(use_it, use_end, range_begin, range_end); in ConnectSiblings() 362 FindMatchingUseRange(env_use_it, env_use_end, range_begin, range_end); in ConnectSiblings()
|