Searched refs:new_counter (Results 1 – 2 of 2) sorted by relevance
1639 size_t new_counter = page->allocated_bytes(); in AllocateChunk() local1640 DCHECK_GE(old_counter, new_counter); in AllocateChunk()1641 if (old_counter > new_counter) { in AllocateChunk()1642 DecreaseAllocatedBytes(old_counter - new_counter, page); in AllocateChunk()1645 heap()->NotifyRefinedOldGenerationSize(old_counter - new_counter); in AllocateChunk()
1563 Node* new_counter = IntPtrAdd(old_counter, IntPtrConstant(1)); in TraceBytecodeDispatch() local1565 counter_offset, new_counter); in TraceBytecodeDispatch()