Home
last modified time | relevance | path

Searched defs:fileMapMem (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.h32 ElfReader(const MemMap &fileMapMem) : fileMapMem_(fileMapMem) {}; in ElfReader()
Dan_file_data_manager.cpp32 void AnFileDataManager::DestroyFileMapMem(MemMap &fileMapMem) in DestroyFileMapMem()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_snapshot.cpp115 MemMap fileMapMem = in WriteDataToFile() local
200 MemMap fileMapMem = FileMap(filename.c_str(), FILE_RDONLY, PAGE_PROT_READ, 0); in ReadDataFromFile() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_snapshot.cpp152 MemMap fileMapMem = FileMap(filePath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in ReadDataFromFile() local
352 MemMap fileMapMem = in WriteDataToFile() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h171 … MemMap fileMapMem = FileMapForAlignAddressByFd(HapVerifyFd, PAGE_PROT_READ, offset, offStart); in GetJSPandaFile() local
177 MemMap fileMapMem = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in GetJSPandaFile() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_snapshot_test.cpp339 MemMap fileMapMem = FileMap(fileName.c_str(), FILE_RDONLY, PAGE_PROT_READ, 0); in HWTEST_F_L0() local