Home
last modified time | relevance | path

Searched refs:MachineCodePageMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dexecuted_memory_allocator.h33 MemMap buf = MachineCodePageMap(AlignUp(size, PageSize()), prot); in AllocateBuf()
/arkcompiler/ets_runtime/ecmascript/platform/
Dmap.h100 MemMap PUBLIC_API MachineCodePageMap(size_t size, int prot = PAGE_PROT_NONE, size_t alignment = 0);
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp68 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() function
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp51 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() function