Searched refs:CompileWasmFunctions (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
| D | test_wasm.cpp | 521 static void CompileWasmFunctions(JSVM_Env env, JSVM_Value wasmModule, function 542 CompileWasmFunctions(env, wasmModule, {1, 2}, JSVM_WASM_OPT_HIGH); 602 CompileWasmFunctions(env, wasmModule, {1, 2}, JSVM_WASM_OPT_HIGH); 603 CompileWasmFunctions(env, wasmModule, {1, 2}, JSVM_WASM_OPT_HIGH); 893 CompileWasmFunctions(env, wasmModule, {1, 2}, JSVM_WASM_OPT_HIGH);
|