Searched refs:isMachineCode (Results 1 – 3 of 3) sorted by relevance
28 const std::string &spaceName, bool regular, bool isMachineCode) in Allocate() argument39 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()
39 bool isMachineCode = (flags == RegionSpaceFlag::IN_MACHINE_CODE_SPACE || in AllocateAlignedRegion() local43 isRegular, isMachineCode); in AllocateAlignedRegion()
302 const std::string &spaceName, bool regular, bool isMachineCode);