/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats.cc | 131 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats() function in v8::internal::RuntimeCallStats 185 bool RuntimeCallStats::HasThreadSpecificCounterVariants( in HasThreadSpecificCounterVariants() 192 bool RuntimeCallStats::IsBackgroundThreadSpecificVariant( in IsBackgroundThreadSpecificVariant() 198 void RuntimeCallStats::Enter(RuntimeCallTimer* timer, in Enter() 208 void RuntimeCallStats::Leave(RuntimeCallTimer* timer) { in Leave() 218 void RuntimeCallStats::Add(RuntimeCallStats* other) { in Add() 225 void RuntimeCallStats::CorrectCurrentCounterId(RuntimeCallCounterId counter_id, in CorrectCurrentCounterId() 228 if (mode == RuntimeCallStats in CorrectCurrentCounterId() [all...] |
H A D | runtime-call-stats.h | 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_; } in Get() 705 RuntimeCallStats* table 731 RuntimeCallTimerScope(RuntimeCallStats* stats, RuntimeCallCounterId counter_id, RuntimeCallStats::CounterMode mode = RuntimeCallStats::CounterMode::kExact) RuntimeCallTimerScope() argument [all...] |
H A D | runtime-call-stats-scope.h | 35 RuntimeCallStats::CounterMode mode) { in RuntimeCallTimerScope() 39 if (mode == RuntimeCallStats::CounterMode::kThreadSpecific) { in RuntimeCallTimerScope()
|
H A D | counters.h | 607 RuntimeCallStats* runtime_call_stats() { return &runtime_call_stats_; } in runtime_call_stats() 613 RuntimeCallStats* runtime_call_stats() { return nullptr; } in runtime_call_stats() 690 RuntimeCallStats runtime_call_stats_;
|
H A D | counters.cc | 104 runtime_call_stats_(RuntimeCallStats::kMainIsolateThread), in Counters()
|
/third_party/node/deps/v8/src/execution/ |
H A D | local-isolate.h | 28 class RuntimeCallStats; 114 RuntimeCallStats* runtime_call_stats() const { return runtime_call_stats_; } in runtime_call_stats() 116 RuntimeCallStats* runtime_call_stats() const { return nullptr; } in runtime_call_stats() 166 RuntimeCallStats* runtime_call_stats_;
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.h | 34 class RuntimeCallStats; 267 RuntimeCallStats* runtime_call_stats() const { return runtime_call_stats_; } in runtime_call_stats() 342 uintptr_t stack_limit, RuntimeCallStats* runtime_call_stats); 362 RuntimeCallStats* runtime_call_stats_;
|
H A D | scanner-character-streams.h | 19 class RuntimeCallStats;
|
H A D | scanner.h | 33 class RuntimeCallStats; 138 RuntimeCallStats* runtime_call_stats() const { return runtime_call_stats_; } in runtime_call_stats() 139 void set_runtime_call_stats(RuntimeCallStats* runtime_call_stats) { in set_runtime_call_stats() 206 RuntimeCallStats* runtime_call_stats_;
|
H A D | scanner-character-streams.cc | 81 Range<Char> GetDataAt(size_t pos, RuntimeCallStats* stats, in GetDataAt() 116 Range<Char> GetDataAt(size_t pos, RuntimeCallStats* stats, in GetDataAt() 138 Range<Char> GetDataAt(size_t pos, RuntimeCallStats* stats, in GetDataAt() 164 Range<Char> GetDataAt(size_t pos, RuntimeCallStats* stats, in GetDataAt() 186 Chunk& FindChunk(size_t position, RuntimeCallStats* stats) { in FindChunk() 212 void FetchChunk(size_t position, RuntimeCallStats* stats) { in FetchChunk()
|
H A D | parse-info.cc | 206 RuntimeCallStats* runtime_call_stats) in ParseInfo()
|
H A D | preparser.cc | 278 RuntimeCallStats::kThreadSpecific); in ParseFunctionLiteral()
|
H A D | rewriter.cc | 388 RuntimeCallStats::kThreadSpecific); in Rewrite()
|
H A D | parser.cc | 715 RuntimeCallStats::kThreadSpecific); in PostProcessParseResult() 2694 RuntimeCallStats::kThreadSpecific); in ParseFunctionLiteral() 2788 RuntimeCallStats::kThreadSpecific); in ParseFunctionLiteral() 3419 RuntimeCallStats::CounterMode::kThreadSpecific); in ParseOnBackground()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-concurrent-dispatcher.cc | 102 RuntimeCallStats* stats, LocalIsolate* local_isolate) { in ExecuteJobImpl() 139 RuntimeCallStats* rcs = nullptr; // TODO(v8:7700): Implement.
|
H A D | maglev-concurrent-dispatcher.h | 53 Status ExecuteJobImpl(RuntimeCallStats* stats,
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.h | 37 class RuntimeCallStats; 375 ExecuteJob(RuntimeCallStats* stats, LocalIsolate* local_isolate = nullptr); 385 virtual Status ExecuteJobImpl(RuntimeCallStats* stats,
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | optimizing-compile-dispatcher.h | 23 class RuntimeCallStats;
|
/third_party/node/deps/v8/src/tracing/ |
H A D | trace-event.cc | 49 RuntimeCallStats* table = isolate->counters()->runtime_call_stats(); in Initialize()
|
H A D | trace-event.h | 636 internal::RuntimeCallStats* table = \
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.h | 162 RuntimeCallStats* stats_;
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter.cc | 191 RuntimeCallStats::kThreadSpecific); in ExecuteJobImpl() 262 RuntimeCallStats::kThreadSpecific); in FinalizeJobImpl()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 581 // RuntimeCallStats that is only available during job execution but not 586 RuntimeCallStats* runtime_call_stats() const { return runtime_call_stats_; } in runtime_call_stats() 587 void set_runtime_call_stats(RuntimeCallStats* stats) { in set_runtime_call_stats() 669 RuntimeCallStats* runtime_call_stats_ = nullptr; 781 RuntimeCallStats::CounterMode counter_mode = RuntimeCallStats::kExact) in PipelineRunScope() 954 RuntimeCallStats::kThreadSpecific); in TraceScheduleAndVerify() 1083 Status ExecuteJobImpl(RuntimeCallStats* stats, 1128 // needs to set the correct RuntimeCallStats table depending on whether it 1132 PipelineJobScope(PipelineData* data, RuntimeCallStats* stat 778 PipelineRunScope( PipelineData* data, const char* phase_name, RuntimeCallCounterId runtime_call_counter_id, RuntimeCallStats::CounterMode counter_mode = RuntimeCallStats::kExact) PipelineRunScope() argument [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.cc | 397 RuntimeCallStats* rcs = isolate_->counters()->runtime_call_stats(); in CreateEntriesForRuntimeCallStats() 398 for (int i = 0; i < RuntimeCallStats::kNumberOfCounters; ++i) { in CreateEntriesForRuntimeCallStats()
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 115 RuntimeCallStats* runtime_stats_ = nullptr;
|