v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::AsyncCompileJob::DecodeModule Class Reference
Inheritance diagram for v8::internal::wasm::AsyncCompileJob::DecodeModule:
Collaboration diagram for v8::internal::wasm::AsyncCompileJob::DecodeModule:

Public Member Functions

 DecodeModule (Counters *counters, std::shared_ptr< metrics::Recorder > metrics_recorder)
 
void RunInBackground (AsyncCompileJob *job) override
 
- Public Member Functions inherited from v8::internal::wasm::AsyncCompileJob::CompileStep
virtual ~CompileStep ()=default
 
void Run (AsyncCompileJob *job, bool on_foreground)
 
virtual void RunInForeground (AsyncCompileJob *)
 

Private Attributes

Counters *const counters_
 
std::shared_ptr< metrics::Recordermetrics_recorder_
 

Detailed Description

Definition at line 3033 of file module-compiler.cc.

Constructor & Destructor Documentation

◆ DecodeModule()

v8::internal::wasm::AsyncCompileJob::DecodeModule::DecodeModule ( Counters * counters,
std::shared_ptr< metrics::Recorder > metrics_recorder )
inlineexplicit

Definition at line 3035 of file module-compiler.cc.

Member Function Documentation

◆ RunInBackground()

void v8::internal::wasm::AsyncCompileJob::DecodeModule::RunInBackground ( AsyncCompileJob * job)
inlineoverridevirtual

Reimplemented from v8::internal::wasm::AsyncCompileJob::CompileStep.

Definition at line 3039 of file module-compiler.cc.

Here is the call graph for this function:

Member Data Documentation

◆ counters_

Counters* const v8::internal::wasm::AsyncCompileJob::DecodeModule::counters_
private

Definition at line 3087 of file module-compiler.cc.

◆ metrics_recorder_

std::shared_ptr<metrics::Recorder> v8::internal::wasm::AsyncCompileJob::DecodeModule::metrics_recorder_
private

Definition at line 3088 of file module-compiler.cc.


The documentation for this class was generated from the following file: