Searched refs:memPoolAllocator (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_module.cpp | 29 memPoolAllocator(memPool), in MIRModule() 31 functionList(memPoolAllocator.Adapter()), in MIRModule() 32 importedMplt(memPoolAllocator.Adapter()), in MIRModule() 33 typeDefOrder(memPoolAllocator.Adapter()), in MIRModule() 34 externStructTypeSet(std::less<TyIdx>(), memPoolAllocator.Adapter()), in MIRModule() 35 symbolSet(std::less<StIdx>(), memPoolAllocator.Adapter()), in MIRModule() 36 symbolDefOrder(memPoolAllocator.Adapter()), in MIRModule() 39 fileInfo(memPoolAllocator.Adapter()), in MIRModule() 40 fileInfoIsString(memPoolAllocator.Adapter()), in MIRModule() 41 fileData(memPoolAllocator in MIRModule() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_module.h | 209 return memPoolAllocator; in GetMPAllocator() 222 return memPoolAllocator; in GetMPAllocator() 818 MapleAllocator memPoolAllocator; member in maple::MIRModule
|
Completed in 3 milliseconds