Lines Matching refs:RuntimeCallStats
50 friend class RuntimeCallStats;
576 class RuntimeCallStats final {
581 // if the RuntimeCallStats was created for a worker thread, then the
585 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type);
604 void Add(RuntimeCallStats* other);
672 RuntimeCallStats* NewTable();
675 void AddToMainTable(RuntimeCallStats* main_call_stats);
679 std::vector<std::unique_ptr<RuntimeCallStats>> tables_;
702 RuntimeCallStats* Get() const { return table_; }
705 RuntimeCallStats* table_ = nullptr;
729 RuntimeCallStats::CounterMode mode =
730 RuntimeCallStats::CounterMode::kExact);
731 inline RuntimeCallTimerScope(RuntimeCallStats* stats,
733 RuntimeCallStats::CounterMode mode =
734 RuntimeCallStats::CounterMode::kExact) {
740 if (mode == RuntimeCallStats::CounterMode::kThreadSpecific) {
758 RuntimeCallStats* stats_ = nullptr;
770 class RuntimeCallStats {
773 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type) {}
780 RuntimeCallStats* Get() const { return nullptr; }