Home
last modified time | relevance | path

Searched defs:wasmModule (Results 1 – 3 of 3) 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
280 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "add.wasm"); local
307 auto wasmModule = CompileWasmModule(wasmFile); local
322 JSVM_Value wasmModule; local
362 auto wasmModule = CompileWasmModule(wasmPath + "add.wasm"); local
381 JSVM_Value wasmModule; local
493 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "imports.wasm"); local
[all …]
Dtest_trace.cpp89 static JSVM_Value InstantiateWasmModule(JSVM_Value wasmModule, JSVM_Value importedObject) in InstantiateWasmModule()
184 JSVM_Value wasmModule; in RunWasm() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp9154 JSVM_Value wasmModule; in test_CompileWasmModule() local
9192 JSVM_Value wasmModule = nullptr; in test_CreateWarmCache_wasmmodule_is_null() local
9206 JSVM_Value wasmModule; in test_CreateWarmCache_wasmmodule_is_not_wasmmodule() local