Searched refs:DCHECK_SEMISPACE_ALLOCATION_INFO (Results 1 – 3 of 3) sorted by relevance
283 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_); in AllocateRaw()
1277 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_); in Grow()1298 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_); in Shrink()1307 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_); in UpdateAllocationInfo()1339 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_); in UpdateInlineAllocationLimit()1406 DCHECK_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_); in Verify()
2607 #define DCHECK_SEMISPACE_ALLOCATION_INFO(info, space) \ macro