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

  /external/v8/src/heap/
gc-tracer.h 140 RuntimeCallTimer timer_;
483 RuntimeCallTimer timer_;
  /external/v8/src/
counters.h 491 // RuntimeCallTimer is used to keep track of the stack of currently active
493 class RuntimeCallTimer {
495 RuntimeCallTimer() {}
502 inline void Start(RuntimeCallCounter* counter, RuntimeCallTimer* parent) {
508 inline RuntimeCallTimer* Stop() {
521 RuntimeCallTimer* parent_ = nullptr;
765 static void Enter(Isolate* isolate, RuntimeCallTimer* timer,
771 static void Leave(Isolate* isolate, RuntimeCallTimer* timer);
781 RuntimeCallTimer* current_timer() { return current_timer_; }
785 RuntimeCallTimer* current_timer_ = NULL
    [all...]
counters.cc 277 void RuntimeCallStats::Enter(Isolate* isolate, RuntimeCallTimer* timer,
286 void RuntimeCallStats::Leave(Isolate* isolate, RuntimeCallTimer* timer) {
295 RuntimeCallTimer* next = stats->current_timer_;
log.h 73 class RuntimeCallTimer;
log.cc     [all...]

Completed in 565 milliseconds