Home
last modified time | relevance | path

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

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