Home
last modified time | relevance | path

Searched refs:isMachineCode (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp106 const std::string &spaceName, bool regular, bool isMachineCode, bool isEnableJitFort) in Allocate()
109 PageTagType type = isMachineCode ? PageTagType::MACHINE_CODE : PageTagType::HEAP; in Allocate()
114 bool res = PageProtectMem(isMachineCode, mem.GetMem(), mem.GetSize(), isEnableJitFort); in Allocate()
128 bool res = PageProtectMem(isMachineCode, mem.GetMem(), mem.GetSize(), isEnableJitFort); in Allocate()
146 bool res = PageProtectMem(isMachineCode, mem.GetMem(), mem.GetSize(), isEnableJitFort); in Allocate()
105 Allocate(const uint32_t threadId, size_t size, size_t alignment, const std::string &spaceName, bool regular, bool isMachineCode, bool isEnableJitFort) Allocate() argument
H A Dheap_region_allocator.cpp36 bool isMachineCode = (flags == RegionSpaceFlag::IN_MACHINE_CODE_SPACE || in AllocateAlignedRegion() local
41 isRegular, isMachineCode, in AllocateAlignedRegion()
H A Dmem_map_allocator.h275 const std::string &spaceName, bool regular, bool isMachineCode,

Completed in 3 milliseconds