Home
last modified time | relevance | path

Searched refs:async_counters_ (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc645 Counters* counters() const { return async_counters_.get(); } in counters()
689 const std::shared_ptr<Counters> async_counters_; member in v8::internal::wasm::__anon54d755100111::CompilationStateImpl
1725 async_counters_(std::move(async_counters)), in CompilationTimeCallback()
1748 ? async_counters_->wasm_async_compile_wasm_module_time() in call()
1749 : async_counters_->wasm_streaming_compile_wasm_module_time(); in call()
1768 TimedHistogram* histogram = async_counters_->wasm_tier_up_module_time(); in call()
1798 const std::shared_ptr<Counters> async_counters_; member in v8::internal::wasm::__anon54d755100311::CompilationTimeCallback
1874 async_counters_(std::move(async_counters)) {} in BackgroundCompileJob()
1879 ExecuteCompilationUnits(native_module_, async_counters_.get(), delegate, in Run()
1897 const std::shared_ptr<Counters> async_counters_; member in v8::internal::wasm::__anon54d755100311::BackgroundCompileJob
[all …]
Dwasm-code-manager.h572 Counters* counters() const { return async_counters_.get(); } in counters()
612 std::shared_ptr<Counters> async_counters_; variable
Dwasm-code-manager.cc522 async_counters_(std::move(async_counters)) { in WasmCodeAllocator()
536 async_counters_->wasm_module_num_code_spaces()->AddSample(1); in Init()
751 async_counters_->wasm_module_num_code_spaces()->AddSample( in AllocateForCodeInRegion()
/third_party/node/deps/v8/src/execution/
Disolate.h1106 DCHECK_NOT_NULL(async_counters_.get()); in async_counters()
1107 return async_counters_; in async_counters()
2093 std::shared_ptr<Counters> async_counters_; variable
Disolate.cc3641 if (async_counters_) return false; in ThrowInternal()
3642 async_counters_ = std::make_shared<Counters>(this); in ThrowInternal()