Home
last modified time | relevance | path

Searched refs:old_counter (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc1552 Node* old_counter = in TraceBytecodeDispatch() local
1558 old_counter, IntPtrConstant(std::numeric_limits<uintptr_t>::max())); in TraceBytecodeDispatch()
1563 Node* new_counter = IntPtrAdd(old_counter, IntPtrConstant(1)); in TraceBytecodeDispatch()
/external/v8/src/heap/
Dspaces.cc1638 size_t old_counter = marking_state->live_bytes(page); in AllocateChunk() local
1640 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()