Home
last modified time | relevance | path

Searched refs:FileMap (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dfile.h70 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset = 0);
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp77 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() function
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp79 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp142 fileMapAddr_ = FileMap(realPath.c_str(), FILE_RDONLY, prot); in LoadAPBinaryFile()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp59 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in Load()
Dstub_file_info.cpp69 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in MmapLoad()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp67 MemMap fileMapMem = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in CreateAndVerifyJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp153 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize()