Home
last modified time | relevance | path

Searched refs:GetMPAllocator (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dbecommon.cpp29 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 Dmir_function.h675 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 Dmir_const.h544 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 Dmir_module.h207 const MapleAllocator &GetMPAllocator() const in GetMPAllocator() function in maple::MIRModule
220 MapleAllocator &GetMPAllocator() in GetMPAllocator() function in maple::MIRModule
H A Dmir_builder.h53 : mirModule(module), incompleteTypeRefedSet(mirModule->GetMPAllocator().Adapter()) in MIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h327 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 Dmir_function.cpp482 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 Dmir_builder.cpp472 return &mirModule->GetMPAllocator(); in GetCurrentFuncCodeMpAllocator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp203 ArgVector params(module.GetMPAllocator().Adapter()); in CreateFunctionInternal()

Completed in 18 milliseconds