Searched defs:mallocator (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_cgfunc.h | 29 MapleAllocator &mallocator, uint32 funcId) in X64CGFunc()
|
| D | x64_memlayout.h | 94 X64MemLayout(BECommon &b, MIRFunction &f, MapleAllocator &mallocator) in X64MemLayout()
|
| D | x64_reg_info.h | 29 …X64RegInfo(MapleAllocator &mallocator, CallConvKind callConv) : RegisterInfo(mallocator), callConv… in X64RegInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_memlayout.h | 139 AArch64MemLayout(BECommon &b, MIRFunction &f, MapleAllocator &mallocator) in AArch64MemLayout()
|
| D | aarch64_reg_info.h | 27 explicit AArch64RegInfo(MapleAllocator &mallocator) : RegisterInfo(mallocator) {} in AArch64RegInfo()
|
| D | aarch64_cg.h | 61 MapleAllocator &mallocator, uint32 funcId) override in CreateCGFunc()
|
| D | aarch64_cgfunc.h | 35 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/ |
| D | x64_cg.cpp | 35 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_info.h | 178 explicit RegisterInfo(MapleAllocator &mallocator) in RegisterInfo()
|
| D | memlayout.h | 145 …MemLayout(BECommon &beCommon, MIRFunction &mirFunc, MapleAllocator &mallocator, uint32 kStackPtrAl… in MemLayout()
|
| D | cgbb.h | 96 BB(BBID bbID, MapleAllocator &mallocator) in BB()
|
| D | cgfunc.h | 58 …explicit SpillMemOperandSet(MapleAllocator &mallocator) : reuseSpillLocMem(mallocator.Adapter()) {} in SpillMemOperandSet()
|