Searched defs:AsmWasmBuilderImpl (Results 1 - 1 of 1) sorted by relevance

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

Completed in 103 milliseconds