Searched refs:black_allocs (Results 1 – 1 of 1) sorted by relevance
2703 uint8_t* black_allocs = black_allocations_begin_; in UpdateMovingSpaceBlackAllocations() local2704 DCHECK_LE(begin, black_allocs); in UpdateMovingSpaceBlackAllocations()2713 DCHECK_LE(first_block_size, (size_t)(black_allocs - begin)); in UpdateMovingSpaceBlackAllocations()2725 if (black_allocs >= block_end) { in UpdateMovingSpaceBlackAllocations()2729 mirror::Object* obj = reinterpret_cast<mirror::Object*>(black_allocs); in UpdateMovingSpaceBlackAllocations()2735 while (black_allocs < block_end in UpdateMovingSpaceBlackAllocations()2780 black_allocs += obj_size; in UpdateMovingSpaceBlackAllocations()2781 obj = reinterpret_cast<mirror::Object*>(black_allocs); in UpdateMovingSpaceBlackAllocations()2783 DCHECK_LE(black_allocs, block_end); in UpdateMovingSpaceBlackAllocations()2786 if (black_allocs < block_end) { in UpdateMovingSpaceBlackAllocations()[all …]