Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc532 std::shared_ptr<Counters> async_counters);
822 std::shared_ptr<Counters> async_counters) { in New() argument
825 std::move(native_module), std::move(async_counters)))); in New()
1425 std::shared_ptr<Counters> async_counters, in CompilationTimeCallback() argument
1430 async_counters_(std::move(async_counters)), in CompilationTimeCallback()
1533 isolate->async_counters(), isolate->metrics_recorder(), context_id, in CompileNativeModule()
1577 std::shared_ptr<Counters> async_counters) in BackgroundCompileJob() argument
1579 async_counters_(std::move(async_counters)) {} in BackgroundCompileJob()
1782 this, isolate_->async_counters(), isolate_->allocator())); in CreateStreamingDecoder()
2279 job->isolate_->async_counters(), job->isolate_->metrics_recorder(), in RunInForeground()
[all …]
Dwasm-code-manager.cc513 std::shared_ptr<Counters> async_counters) in WasmCodeAllocator() argument
516 async_counters_(std::move(async_counters)) { in WasmCodeAllocator()
801 std::shared_ptr<Counters> async_counters, in NativeModule() argument
804 async_counters), in NativeModule()
818 CompilationState::New(*shared_this, std::move(async_counters)); in NativeModule()
1846 isolate->async_counters(), &ret); in NewNativeModule()
Dwasm-code-manager.h401 std::shared_ptr<Counters> async_counters);
690 std::shared_ptr<Counters> async_counters,
Dwasm-engine.cc327 async_counters(isolate->async_counters()) { in IsolateInfo()
359 const std::shared_ptr<Counters> async_counters; member
/external/v8/src/logging/
Dcounters.h353 std::shared_ptr<Counters> async_counters) in AsyncTimedHistogram() argument
354 : histogram_(histogram), async_counters_(std::move(async_counters)) { in AsyncTimedHistogram()
/external/v8/src/execution/
Disolate.h970 Counters* counters() { return async_counters().get(); } in counters()
972 const std::shared_ptr<Counters>& async_counters() { in async_counters() function