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.cc532 std::shared_ptr<Counters> async_counters,
884 std::shared_ptr<Counters> async_counters, DynamicTiering dynamic_tiering) { in New() argument
887 std::move(async_counters), dynamic_tiering))); in New()
1720 std::shared_ptr<Counters> async_counters, in CompilationTimeCallback() argument
1725 async_counters_(std::move(async_counters)), in CompilationTimeCallback()
1832 isolate->async_counters(), isolate->metrics_recorder(), context_id, in CompileNativeModule()
1871 std::shared_ptr<Counters> async_counters) in BackgroundCompileJob() argument
1874 async_counters_(std::move(async_counters)) {} in BackgroundCompileJob()
2104 this, isolate_->async_counters(), isolate_->allocator())); in CreateStreamingDecoder()
2613 job->isolate_->async_counters(), job->isolate_->metrics_recorder(), in RunInForeground()
[all …]
Dwasm-code-manager.cc517 WasmCodeAllocator::WasmCodeAllocator(std::shared_ptr<Counters> async_counters) in WasmCodeAllocator() argument
522 async_counters_(std::move(async_counters)) { in WasmCodeAllocator()
978 std::shared_ptr<Counters> async_counters, in NativeModule() argument
982 code_allocator_(async_counters), in NativeModule()
995 *shared_this, std::move(async_counters), dynamic_tiering); in NativeModule()
2240 std::move(module), isolate->async_counters(), &ret); in NewNativeModule()
Dwasm-code-manager.h524 explicit WasmCodeAllocator(std::shared_ptr<Counters> async_counters);
869 std::shared_ptr<Counters> async_counters,
Dwasm-engine.cc355 async_counters(isolate->async_counters()), in IsolateInfo()
393 const std::shared_ptr<Counters> async_counters; member
/third_party/node/deps/v8/src/execution/
Disolate.h1102 Counters* counters() { return async_counters().get(); } in counters()
1104 const std::shared_ptr<Counters>& async_counters() { in async_counters() function