Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc1316 Node* old_counter = in TraceBytecodeDispatch() local
1322 old_counter, IntPtrConstant(std::numeric_limits<uintptr_t>::max())); in TraceBytecodeDispatch()
1327 Node* new_counter = IntPtrAdd(old_counter, IntPtrConstant(1)); in TraceBytecodeDispatch()