Searched refs:cacheLength (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
| D | test_wasm.cpp | 222 size_t cacheLength = 0; in WebAssemblyDemo() local 223 status = OH_JSVM_CreateWasmCache(jsvm_env, wasmModule, &cacheData, &cacheLength); in WebAssemblyDemo() 226 CHECK(cacheLength > 0); in WebAssemblyDemo() 230 WriteBinaryFile(wasmCachePath.c_str(), cacheData, cacheLength); in WebAssemblyDemo() 237 CHECK(cacheBuffer.size() == cacheLength); in WebAssemblyDemo()
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 9172 size_t cacheLength = 0; in test_CreateWarmCache_wasmmodule_is_null() local 9174 JSVM_Status status = OH_JSVM_CreateWasmCache(env, wasmModule, &cacheData, &cacheLength); in test_CreateWarmCache_wasmmodule_is_null() 9186 size_t cacheLength = 0; in test_CreateWarmCache_wasmmodule_is_not_wasmmodule() local 9189 JSVM_Status status = OH_JSVM_CreateWasmCache(env, wasmModule, &cacheData, &cacheLength); in test_CreateWarmCache_wasmmodule_is_not_wasmmodule()
|