Home
last modified time | relevance | path

Searched refs:blobSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp556 size_t blobSize = 0; variable
558 JSVM_Status status = OH_JSVM_CreateSnapshot(vm, 1, envs, &blobData, &blobSize);
/arkcompiler/jsvm/interface/kits/
Djsvm.h2558 size_t* blobSize);
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1608 size_t* blobSize) in OH_JSVM_CreateSnapshot() argument
1632 *blobSize = blob.raw_size; in OH_JSVM_CreateSnapshot()