Searched defs:total_ticks_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h145 INLINE(void IncreaseTotalTicks(unsigned amount)) { total_ticks_ += amount; }
149 INLINE(unsigned total_ticks() const) { return total_ticks_; }
168 unsigned total_ticks_; member in class:v8::internal::ProfileNode

Completed in 39 milliseconds