Searched refs:async_counters (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/wasm/ |
D | module-compiler.cc | 532 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 …]
|
D | wasm-code-manager.cc | 513 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()
|
D | wasm-code-manager.h | 401 std::shared_ptr<Counters> async_counters); 690 std::shared_ptr<Counters> async_counters,
|
D | wasm-engine.cc | 327 async_counters(isolate->async_counters()) { in IsolateInfo() 359 const std::shared_ptr<Counters> async_counters; member
|
/external/v8/src/logging/ |
D | counters.h | 353 std::shared_ptr<Counters> async_counters) in AsyncTimedHistogram() argument 354 : histogram_(histogram), async_counters_(std::move(async_counters)) { in AsyncTimedHistogram()
|
/external/v8/src/execution/ |
D | isolate.h | 970 Counters* counters() { return async_counters().get(); } in counters() 972 const std::shared_ptr<Counters>& async_counters() { in async_counters() function
|