Searched refs:GetMPAllocator (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | becommon.cpp | 29 typeSizeTable(GlobalTables::GetTypeTable().GetTypeTable().size(), 0, mirModule.GetMPAllocator().Adapter()), in BECommon() 31 mirModule.GetMPAllocator().Adapter()), in BECommon() 32 typeHasFlexibleArray(GlobalTables::GetTypeTable().GetTypeTable().size(), 0, mirModule.GetMPAllocator().Adapter()), in BECommon() 34 mirModule.GetMPAllocator().Adapter()), in BECommon() 35 funcReturnType(mirModule.GetMPAllocator().Adapter()) in BECommon()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_function.h | 675 typeNameTab = module->GetMemPool()->New<MIRTypeNameTable>(module->GetMPAllocator()); in AllocTypeNameTab() 707 labelTab = module->GetMemPool()->New<MIRLabelTable>(module->GetMPAllocator()); in AllocLabelTab() 723 pregTab = module->GetMemPool()->New<MIRPregTable>(&module->GetMPAllocator()); in AllocPregTab() 872 freqFirstMap = module->GetMemPool()->New<MapleMap<uint32, uint32>>(module->GetMPAllocator().Adapter()); in SetFirstFreqMap() 907 freqLastMap = module->GetMemPool()->New<MapleMap<uint32, uint32>>(module->GetMPAllocator().Adapter()); in SetLastFreqMap() 1154 symTab = module->GetMemPool()->New<MIRSymbolTable>(module->GetMPAllocator()); in AllocSymTab() 1165 labelTab = module->GetMemPool()->New<MIRLabelTable>(module->GetMPAllocator()); in GetLabelTab() 1396 return &debugComments.emplace_back(dbgComment, module->GetMPAllocator().GetMemPool()); in AddNewDebugComment() 1409 MapleVector<FormalDef> formalDefVec {module->GetMPAllocator().Adapter()}; // the formals in function definition 1410 MapleSet<MIRSymbol *> retRefSym {module->GetMPAllocator() [all...] |
H A D | mir_const.h | 544 constVec(mod.GetMPAllocator().Adapter()), in MIRAggConst() 545 fieldIdVec(mod.GetMPAllocator().Adapter()) in MIRAggConst() 638 stVec(mod.GetMPAllocator().Adapter()), 639 stOffsetVec(mod.GetMPAllocator().Adapter())
|
H A D | mir_module.h | 207 const MapleAllocator &GetMPAllocator() const in GetMPAllocator() function in maple::MIRModule 220 MapleAllocator &GetMPAllocator() in GetMPAllocator() function in maple::MIRModule
|
H A D | mir_builder.h | 53 : mirModule(module), incompleteTypeRefedSet(mirModule->GetMPAllocator().Adapter()) in MIRBuilder()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | emit.h | 327 rangeIdx2PrefixStr(cg.GetMIRModule()->GetMPAllocator().Adapter()), in Emitter() 328 stringPtr(cg.GetMIRModule()->GetMPAllocator().Adapter()), in Emitter() 329 localStrPtr(cg.GetMIRModule()->GetMPAllocator().Adapter()), in Emitter() 330 hugeSoTargets(cg.GetMIRModule()->GetMPAllocator().Adapter()), in Emitter() 331 fileMap(std::less<uint32_t>(), cg.GetMIRModule()->GetMPAllocator().Adapter()) in Emitter()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_function.cpp | 482 symTab = module->GetMemPool()->New<MIRSymbolTable>(module->GetMPAllocator()); in NewBody() 483 pregTab = module->GetMemPool()->New<MIRPregTable>(&module->GetMPAllocator()); in NewBody() 484 typeNameTab = module->GetMemPool()->New<MIRTypeNameTable>(module->GetMPAllocator()); in NewBody() 485 labelTab = module->GetMemPool()->New<MIRLabelTable>(module->GetMPAllocator()); in NewBody()
|
H A D | mir_builder.cpp | 472 return &mirModule->GetMPAllocator(); in GetCurrentFuncCodeMpAllocator()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 203 ArgVector params(module.GetMPAllocator().Adapter()); in CreateFunctionInternal()
|
Completed in 18 milliseconds