Searched refs:BatchCompileWasmFunctions (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 | 169 static void BatchCompileWasmFunctions(JSVM_Value wasmModule, size_t begin, size_t end) in BatchCompileWasmFunctions() function 944 BatchCompileWasmFunctions(wasmModule, 7, 20); 945 BatchCompileWasmFunctions(wasmModule, 400, 420); 946 BatchCompileWasmFunctions(wasmModule, 1480, 1502); 976 BatchCompileWasmFunctions(wasmModule, 5, 20); 977 BatchCompileWasmFunctions(wasmModule, 400, 420); 978 BatchCompileWasmFunctions(wasmModule, 1320, 1333);
|