Searched refs:FileMap (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/ |
D | file.h | 70 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset = 0);
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | file.cpp | 77 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() function
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | file.cpp | 79 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() function
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_decoder.cpp | 142 fileMapAddr_ = FileMap(realPath.c_str(), FILE_RDONLY, prot); in LoadAPBinaryFile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | an_file_info.cpp | 59 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in Load()
|
D | stub_file_info.cpp | 69 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in MmapLoad()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | aot_compiler.cpp | 67 MemMap fileMapMem = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in CreateAndVerifyJSPandaFile()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot.cpp | 153 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize()
|