Home
last modified time | relevance | path

Searched refs:async_counters (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/heap/
Ditem-parallel-job.cc61 void ItemParallelJob::Run(std::shared_ptr<Counters> async_counters) { in Run() argument
72 async_counters->gc_parallel_task_latency(), async_counters); in Run()
Ditem-parallel-job.h140 void Run(std::shared_ptr<Counters> async_counters);
Dmark-compact.cc2579 job->Run(isolate()->async_counters()); in CreateAndExecuteEvacuationTasks()
3225 updating_job.Run(isolate()->async_counters()); in UpdatePointersAfterEvacuation()
3257 updating_job.Run(isolate()->async_counters()); in UpdatePointersAfterEvacuation()
3760 updating_job.Run(isolate()->async_counters()); in UpdatePointersAfterEvacuation()
4246 job.Run(isolate()->async_counters()); in MarkRootSetInParallel()
Dheap.cc2158 job.Run(isolate()->async_counters()); in Scavenge()
/external/v8/src/wasm/
Dmodule-compiler.h108 const std::shared_ptr<Counters>& async_counters() const { in async_counters() function
111 Counters* counters() const { return async_counters().get(); } in counters()
Dmodule-compiler.cc503 compilation_state_->isolate()->async_counters().get(), mode); in CreateUnit()
709 SELECT_WASM_COUNTER(isolate->async_counters(), module->origin, in ValidateSequentially()
2136 async_counters_(isolate->async_counters()), in AsyncCompileJob()
2383 job_->async_counters().get(), in RunInBackground()
2643 decoder_.StartDecoding(job_->async_counters().get(), in ProcessModuleHeader()
/external/v8/src/
Dcounters.h319 std::shared_ptr<Counters> async_counters) in AsyncTimedHistogram() argument
320 : histogram_(histogram), async_counters_(std::move(async_counters)) { in AsyncTimedHistogram()
Disolate.h1001 Counters* counters() { return async_counters().get(); } in counters()
1003 const std::shared_ptr<Counters>& async_counters() { in async_counters() function