Searched refs:old_counter (Results 1 – 2 of 2) sorted by relevance
1552 Node* old_counter = in TraceBytecodeDispatch() local1558 old_counter, IntPtrConstant(std::numeric_limits<uintptr_t>::max())); in TraceBytecodeDispatch()1563 Node* new_counter = IntPtrAdd(old_counter, IntPtrConstant(1)); in TraceBytecodeDispatch()
1638 size_t old_counter = marking_state->live_bytes(page); 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()