Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DWasmExecutor.h22 struct WasmModuleContents;
26 Internal::IntrusivePtr<WasmModuleContents> contents;
H A DWasmExecutor.cpp1311 struct WasmModuleContents { struct
1329 WasmModuleContents(
1338 ~WasmModuleContents();
1341 WasmModuleContents::WasmModuleContents( in WasmModuleContents() function in Halide::Internal::WasmModuleContents
1448 int WasmModuleContents::run(const void **args) { in run()
1546 WasmModuleContents::~WasmModuleContents() { in ~WasmModuleContents()
1553 RefCount &ref_count<WasmModuleContents>(const WasmModuleContents *p) noexcept { in ref_count()
1558 void destroy<WasmModuleContents>(const WasmModuleContents *p) { in destroy()
1585 …wasm_module.contents = new WasmModuleContents(module, arguments, fn_name, jit_externs, extern_deps… in compile()