HomeSort by relevance Sort by last modified time
    Searched refs:TimedScope (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
utils-inl.h 18 class TimedScope {
20 explicit TimedScope(double* result)
23 ~TimedScope() { *result_ = TimestampMs() - start_; }
  /external/v8/src/heap/
concurrent-marking.cc 572 TimedScope scope(&time_ms);
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 716 milliseconds