Searched refs:AsmWasmBuilder (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-wasm-builder.h21 class AsmWasmBuilder { class in namespace:v8::internal::wasm
28 explicit AsmWasmBuilder(Isolate* isolate, Zone* zone, FunctionLiteral* root,
H A Dasm-js.cc163 v8::internal::wasm::AsmWasmBuilder builder(info->isolate(), info->zone(),
221 wasm::AsmWasmBuilder::foreign_init_name));
254 wasm::AsmWasmBuilder::single_function_name));
H A Dasm-wasm-builder.cc85 CStrVector(AsmWasmBuilder::foreign_init_name));
560 function->ExportAs(CStrVector(AsmWasmBuilder::single_function_name));
1839 AsmWasmBuilder::AsmWasmBuilder(Isolate* isolate, Zone* zone, function in class:v8::internal::wasm::AsmWasmBuilder
1845 AsmWasmBuilder::Result AsmWasmBuilder::Run(
1857 const char* AsmWasmBuilder::foreign_init_name = "__foreign_init__";
1858 const char* AsmWasmBuilder::single_function_name = "__single_function__";

Completed in 6276 milliseconds