Home
last modified time | relevance | path

Searched refs:PAGE_PROT_READWRITE (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmap.h68 #define PAGE_PROT_READWRITE 0x04 macro
75 #define PAGE_PROT_READWRITE 3 macro
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp80 int prot = machineCodeSpace ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in PageProtectMem()
90 return PageProtect(mem, size, PAGE_PROT_READWRITE); in PageProtectMem()
H A Dlinear_space.cpp177 memMap_ = PageMap(memSize, PAGE_PROT_READWRITE, DEFAULT_REGION_SIZE); in EdenSpace()
H A Dregion.h690 PageProtect(reinterpret_cast<void *>(allocateBase_), GetCapacity(), PAGE_PROT_READWRITE); in ClearReadOnly() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp95 if (prot == PAGE_PROT_READWRITE) { in FileMap()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp80 if (!LoadAPBinaryFile(PAGE_PROT_READWRITE)) { in LoadFull()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp126 ExecutedMemoryAllocator::AllocateBuf(_binary_stub_an_length, stubsMem_, PAGE_PROT_READWRITE); in Load()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp90 reqSecs_ = static_cast<uint8_t *>(PageMap(REQUIRED_SECS_LIMIT, PAGE_PROT_READWRITE).GetMem()); in CodeSpace()
95 unreqSecs_ = static_cast<uint8_t *>(PageMap(UNREQUIRED_SECS_LIMIT, PAGE_PROT_READWRITE).GetMem()); in CodeSpace()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp190 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp43 space_ = panda::ecmascript::PageMap(CIRCUIT_SPACE, PAGE_PROT_READWRITE).GetMem(); in Circuit()

Completed in 13 milliseconds