Home
last modified time | relevance | path

Searched defs:wasmModule (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_wasm.cpp142 JSVM_Value wasmModule; in CompileWasmModule() local
153 static JSVM_Value InstantiateWasmModule(JSVM_Value wasmModule, JSVM_Value importedObject) in InstantiateWasmModule()
169 static void BatchCompileWasmFunctions(JSVM_Value wasmModule, size_t begin, size_t end) in BatchCompileWasmFunctions()
201 JSVM_Value wasmModule; in WebAssemblyDemo() local
279 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "add.wasm"); local
307 auto wasmModule = CompileWasmModule(wasmFile); local
322 JSVM_Value wasmModule; local
361 auto wasmModule = CompileWasmModule(wasmPath + "add.wasm"); local
380 JSVM_Value wasmModule; local
492 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "imports.wasm"); local
[all …]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp9135 JSVM_Value wasmModule; in test_CompileWasmModule() local
9173 JSVM_Value wasmModule = nullptr; in test_CreateWarmCache_wasmmodule_is_null() local
9187 JSVM_Value wasmModule; in test_CreateWarmCache_wasmmodule_is_not_wasmmodule() local