Home
last modified time | relevance | path

Searched refs:MACHINE_CODE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmap.cpp27 case PageTagType::MACHINE_CODE: in GetPageTagString()
46 case PageTagType::MACHINE_CODE: in GetPageTagString()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dmap.cpp71 PageTag(memMap.GetMem(), memMap.GetSize(), PageTagType::MACHINE_CODE); in MachineCodePageMap()
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmap.h61 MACHINE_CODE, member in panda::ecmascript::PageTagType
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp55 PageTag(memMap.GetMem(), memMap.GetSize(), PageTagType::MACHINE_CODE); in MachineCodePageMap()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp109 PageTagType type = isMachineCode ? PageTagType::MACHINE_CODE : PageTagType::HEAP; in Allocate()

Completed in 2 milliseconds