Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dasm-wasm-builder.cc28 class AsmWasmBuilderImpl : public AstVisitor { class
30 AsmWasmBuilderImpl(Isolate* isolate, Zone* zone, FunctionLiteral* literal) in AsmWasmBuilderImpl() function in v8::internal::wasm::AsmWasmBuilderImpl
117 AsmWasmBuilderImpl* builder_;
120 BlockVisitor(AsmWasmBuilderImpl* builder, BreakableStatement* stmt, in BlockVisitor()
1028 DISALLOW_COPY_AND_ASSIGN(AsmWasmBuilderImpl);
1038 AsmWasmBuilderImpl impl(isolate_, zone_, literal_); in Run()