Home
last modified time | relevance | path

Searched defs:fileMapper (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dabc_buffer_cache.h88 JSPandaFile *jsPandaFile, void *fileMapper) in AbcBufferCacheScope()
Djs_pandafile_manager.cpp186 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate, void *fileMapper) in LoadJSPandaFileSecure()
524 void *fileMapper) in GenerateJSPandaFile()
Djs_pandafile.h494 void SetFileMapper(void *fileMapper) in SetFileMapper()
Djs_pandafile.cpp566 void JSPandaFile::CallReleaseSecureMemFunc(void* fileMapper) in CallReleaseSecureMemFunc()
Djs_pandafile_executor.cpp265 …ze_t size, std::string_view entryPoint, const CString &filename, bool needUpdate, void *fileMapper) in ExecuteFromBufferSecure()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp649 std::unique_ptr<FileMapper> fileMapper = std::make_unique<FileMapper>(); in CreateFileMapper() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp411 uint8_t *fileMapper = new uint8_t[1]; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp886 std::unique_ptr<FileMapper> fileMapper = std::make_unique<FileMapper>(); in CreateFileMapper() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5601 … const std::string &filename, bool needUpdate, [[maybe_unused]] void* fileMapper) in Execute()
5704 const std::string &filename, bool needUpdate, void *fileMapper) in ExecuteSecure()