Searched refs:PAGE_PROT_READWRITE (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/ |
H A D | map.h | 68 #define PAGE_PROT_READWRITE 0x04 macro 75 #define PAGE_PROT_READWRITE 3 macro
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_map_allocator.cpp | 80 int prot = machineCodeSpace ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in PageProtectMem() 90 return PageProtect(mem, size, PAGE_PROT_READWRITE); in PageProtectMem()
|
H A D | linear_space.cpp | 177 memMap_ = PageMap(memSize, PAGE_PROT_READWRITE, DEFAULT_REGION_SIZE); in EdenSpace()
|
H A D | region.h | 690 PageProtect(reinterpret_cast<void *>(allocateBase_), GetCapacity(), PAGE_PROT_READWRITE); in ClearReadOnly() local
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
H A D | file.cpp | 95 if (prot == PAGE_PROT_READWRITE) { in FileMap()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 80 if (!LoadAPBinaryFile(PAGE_PROT_READWRITE)) { in LoadFull()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | stub_file_info.cpp | 126 ExecutedMemoryAllocator::AllocateBuf(_binary_stub_an_length, stubsMem_, PAGE_PROT_READWRITE); in Load()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 90 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 D | snapshot.cpp | 190 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit.cpp | 43 space_ = panda::ecmascript::PageMap(CIRCUIT_SPACE, PAGE_PROT_READWRITE).GetMem(); in Circuit()
|
Completed in 12 milliseconds