Searched refs:async_counters_ (Results 1 – 5 of 5) sorted by relevance
645 Counters* counters() const { return async_counters_.get(); } in counters()689 const std::shared_ptr<Counters> async_counters_; member in v8::internal::wasm::__anon54d755100111::CompilationStateImpl1725 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::CompilationTimeCallback1874 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 …]
572 Counters* counters() const { return async_counters_.get(); } in counters()612 std::shared_ptr<Counters> async_counters_; variable
522 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()
1106 DCHECK_NOT_NULL(async_counters_.get()); in async_counters()1107 return async_counters_; in async_counters()2093 std::shared_ptr<Counters> async_counters_; variable
3641 if (async_counters_) return false; in ThrowInternal()3642 async_counters_ = std::make_shared<Counters>(this); in ThrowInternal()