Searched refs:async_counters (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | module-compiler.cc | 532 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 …]
|
D | wasm-code-manager.cc | 517 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()
|
D | wasm-code-manager.h | 524 explicit WasmCodeAllocator(std::shared_ptr<Counters> async_counters); 869 std::shared_ptr<Counters> async_counters,
|
D | wasm-engine.cc | 355 async_counters(isolate->async_counters()), in IsolateInfo() 393 const std::shared_ptr<Counters> async_counters; member
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.h | 1102 Counters* counters() { return async_counters().get(); } in counters() 1104 const std::shared_ptr<Counters>& async_counters() { in async_counters() function
|