Searched refs:isMachineCode (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_map_allocator.cpp | 106 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 D | heap_region_allocator.cpp | 36 bool isMachineCode = (flags == RegionSpaceFlag::IN_MACHINE_CODE_SPACE || in AllocateAlignedRegion() local 41 isRegular, isMachineCode, in AllocateAlignedRegion()
|
H A D | mem_map_allocator.h | 275 const std::string &spaceName, bool regular, bool isMachineCode,
|
Completed in 3 milliseconds