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

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

Completed in 99 milliseconds