Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc96 class LiftoffCompiler { class
98 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(LiftoffCompiler);
118 using FullDecoder = WasmFullDecoder<validate, LiftoffCompiler>;
139 LiftoffCompiler(compiler::CallDescriptor* call_descriptor, ModuleEnv* env, in LiftoffCompiler() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
147 ~LiftoffCompiler() { BindUnboundLabels(nullptr); } in ~LiftoffCompiler()
1857 WasmFullDecoder<Decoder::kValidate, LiftoffCompiler> decoder( in ExecuteCompilation()
1862 LiftoffCompiler* compiler = &decoder.interface(); in ExecuteCompilation()