Home
last modified time | relevance | path

Searched defs:mallocator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_memlayout.h94 X64MemLayout(BECommon &b, MIRFunction &f, MapleAllocator &mallocator) in X64MemLayout()
Dx64_cgfunc.h29 MapleAllocator &mallocator, uint32 funcId) in X64CGFunc()
Dx64_reg_info.h29 …X64RegInfo(MapleAllocator &mallocator, CallConvKind callConv) : RegisterInfo(mallocator), callConv… in X64RegInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h139 AArch64MemLayout(BECommon &b, MIRFunction &f, MapleAllocator &mallocator) in AArch64MemLayout()
Daarch64_reg_info.h27 explicit AArch64RegInfo(MapleAllocator &mallocator) : RegisterInfo(mallocator) {} in AArch64RegInfo()
Daarch64_cg.h61 MapleAllocator &mallocator, uint32 funcId) override in CreateCGFunc()
Daarch64_cgfunc.h35 explicit LmbcArgInfo(MapleAllocator &mallocator) in LmbcArgInfo()
52 MapleAllocator &mallocator, uint32 funcId) in AArch64CGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp35 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_info.h178 explicit RegisterInfo(MapleAllocator &mallocator) in RegisterInfo()
Dmemlayout.h145 …MemLayout(BECommon &beCommon, MIRFunction &mirFunc, MapleAllocator &mallocator, uint32 kStackPtrAl… in MemLayout()
Dcgbb.h96 BB(BBID bbID, MapleAllocator &mallocator) in BB()
Dcgfunc.h58 …explicit SpillMemOperandSet(MapleAllocator &mallocator) : reuseSpillLocMem(mallocator.Adapter()) {} in SpillMemOperandSet()