Home
last modified time | relevance | path

Searched defs:prot (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dexecuted_memory_allocator.h29 static void AllocateBuf(uint32_t size, ExeMem &exeMem, int prot) in AllocateBuf() argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dos.cpp66 void *PageMapExecFortSpace(void *addr, [[maybe_unused]] size_t size, [[maybe_unused]] int prot) in PageMapExecFortSpace() argument
H A Dmap.cpp39 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, [[maybe_unused]] int flags) in PageMap() argument
68 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() argument
101 bool PageProtect(void *mem, size_t size, int prot) in PageProtect() argument
H A Dfile.cpp93 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() argument
134 MemMap FileMapForAlignAddress(const char *fileName, int flag, int prot, in FileMapForAlignAddress() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dos.cpp95 void *PageMapExecFortSpace(void *addr, size_t size, int prot) in PageMapExecFortSpace() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
H A Dos.cpp72 void *PageMapExecFortSpace(void *addr, [[maybe_unused]] size_t size, [[maybe_unused]] int prot) in PageMapExecFortSpace() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp80 int prot = machineCodeSpace ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in PageProtectMem() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp149 bool PGOProfilerDecoder::LoadAPBinaryFile(int prot) in LoadAPBinaryFile() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp25 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, int flags) in PageMap() argument
52 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() argument
95 bool PageProtect(void *mem, size_t size, int prot) in PageProtect() argument
H A Dfile.cpp100 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() argument
120 MemMap FileMapForAlignAddress(const char *fileName, int flag, int prot, in FileMapForAlignAddress() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dmem.cpp40 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, void *hint) in MapFile() argument
68 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem.cpp42 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, void *hint) in MapFile() argument
71 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag() argument
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp38 static DWORD mem_protection_flags_for_page(const int prot) in mem_protection_flags_for_page() argument
55 static DWORD mem_protection_flags_for_file(const int prot, const uint32_t map_flags) in mem_protection_flags_for_file() argument
100 mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) mmap() argument
159 MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, void *hint) MapFile() argument
185 MakeMemWithProtFlag(void *mem, size_t size, int prot) MakeMemWithProtFlag() argument
[all...]
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp40 static DWORD mem_protection_flags_for_page(const int prot) in mem_protection_flags_for_page() argument
57 static DWORD mem_protection_flags_for_file(const int prot, const uint32_t mapFlags) in mem_protection_flags_for_file() argument
103 mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) mmap() argument
163 MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, void *hint) MapFile() argument
189 MakeMemWithProtFlag(void *mem, size_t size, int prot) MakeMemWithProtFlag() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp80 uint32_t prot = os::mem::MMAP_PROT_READ; in GetProt() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp81 uint32_t prot = os::mem::MMAP_PROT_READ; in GetProt() local

Completed in 8 milliseconds