Home
last modified time | relevance | path

Searched defs:IncrementLoc (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/logging/
Dcounters.h109 void IncrementLoc(int* loc) { (*loc)++; } in IncrementLoc() function
110 void IncrementLoc(int* loc, int value) { (*loc) += value; } in IncrementLoc() function