Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp28 const std::string &spaceName, bool regular, bool isMachineCode) in Allocate() argument
39 int prot = isMachineCode ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in Allocate()
40 PageTagType type = isMachineCode ? PageTagType::MACHINE_CODE : PageTagType::HEAP; in Allocate()
48 int prot = isMachineCode ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in Allocate()
49 PageTagType type = isMachineCode ? PageTagType::MACHINE_CODE : PageTagType::HEAP; in Allocate()
61 int prot = isMachineCode ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in Allocate()
62 PageTagType type = isMachineCode ? PageTagType::MACHINE_CODE : PageTagType::HEAP; in Allocate()
Dheap_region_allocator.cpp39 bool isMachineCode = (flags == RegionSpaceFlag::IN_MACHINE_CODE_SPACE || in AllocateAlignedRegion() local
43 isRegular, isMachineCode); in AllocateAlignedRegion()
Dmem_map_allocator.h302 const std::string &spaceName, bool regular, bool isMachineCode);