Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dasm-wasm-builder.cc42 class AsmWasmBuilderImpl : public AstVisitor { class
44 AsmWasmBuilderImpl(Isolate* isolate, Zone* zone, FunctionLiteral* literal, in AsmWasmBuilderImpl() function in v8::internal::wasm::AsmWasmBuilderImpl
176 AsmWasmBuilderImpl* builder_;
179 BlockVisitor(AsmWasmBuilderImpl* builder, BreakableStatement* stmt, in BlockVisitor()
695 AsmWasmBuilderImpl* builder_;
698 explicit ImportedFunctionTable(AsmWasmBuilderImpl* builder) in ImportedFunctionTable()
1768 DISALLOW_COPY_AND_ASSIGN(AsmWasmBuilderImpl);
1778 AsmWasmBuilderImpl impl(isolate_, zone_, literal_, typer_); in Run()