Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds