Lines Matching refs:RuntimeCallStats
581 // RuntimeCallStats that is only available during job execution but not
586 RuntimeCallStats* runtime_call_stats() const { return runtime_call_stats_; }
587 void set_runtime_call_stats(RuntimeCallStats* stats) {
669 RuntimeCallStats* runtime_call_stats_ = nullptr;
781 RuntimeCallStats::CounterMode counter_mode = RuntimeCallStats::kExact)
954 RuntimeCallStats::kThreadSpecific);
1083 Status ExecuteJobImpl(RuntimeCallStats* stats,
1128 // needs to set the correct RuntimeCallStats table depending on whether it
1132 PipelineJobScope(PipelineData* data, RuntimeCallStats* stats) : data_(data) {
1147 // Ensure that the RuntimeCallStats table of main thread is available for
1207 RuntimeCallStats* stats, LocalIsolate* local_isolate) {
1208 // Ensure that the RuntimeCallStats table is only available during execution
1228 // Ensure that the RuntimeCallStats table of main thread is available for
1294 static constexpr RuntimeCallStats::CounterMode kCounterMode = Mode;
1301 DECL_PIPELINE_PHASE_CONSTANTS_HELPER(Name, RuntimeCallStats::kThreadSpecific)
1304 DECL_PIPELINE_PHASE_CONSTANTS_HELPER(Name, RuntimeCallStats::kExact)
2528 Status ExecuteJobImpl(RuntimeCallStats* stats,
2560 RuntimeCallStats* stats, LocalIsolate* local_isolate) {