/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | scheduler.h | 27 sched_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 28 loads_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 29 stores_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 30 special_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 31 ssWithRuntimeCall_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 32 old_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 33 ocycle_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 34 numDeps_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 35 asap_(graph->GetLocalAllocator()->Adapter()), in Scheduler() 36 prio_(graph->GetLocalAllocator()->Adapter()), in Scheduler() [all...] |
H A D | cleanup.h | 27 empty1_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 28 empty2_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 29 savedPreds_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 30 dead_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 31 temp_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 32 ancestors_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 33 buckets_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 34 idoms_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 35 labels_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 36 parents_(graph->GetLocalAllocator()->Adapter()), in Cleanup() [all...] |
H A D | escape.h | 93 blockStates_(graph->GetLocalAllocator()->Adapter()), in EscapeAnalysis() 94 aliases_(graph->GetLocalAllocator()->Adapter()), in EscapeAnalysis() 95 materializationInfo_(graph->GetLocalAllocator()->Adapter()), in EscapeAnalysis() 96 phis_(graph->GetLocalAllocator()->Adapter()), in EscapeAnalysis() 97 saveStateInfo_(graph->GetLocalAllocator()->Adapter()), in EscapeAnalysis() 98 virtualizableAllocations_(graph->GetLocalAllocator()->Adapter()), in EscapeAnalysis() 213 fieldsMergeBuffer_(parent->GetLocalAllocator()->Adapter()), in MergeProcessor() 214 statesMergeBuffer_(parent->GetLocalAllocator()->Adapter()), in MergeProcessor() 215 allFields_(parent->GetLocalAllocator()->Adapter()), in MergeProcessor() 216 pendingInsts_(parent->GetLocalAllocator()->Adapter()) in MergeProcessor() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | cleanup.h | 27 empty1_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 28 empty2_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 29 saved_preds_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 30 dead_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 31 temp_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 32 ancestors_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 33 buckets_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 34 idoms_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 35 labels_(graph->GetLocalAllocator()->Adapter()), in Cleanup() 36 parents_(graph->GetLocalAllocator()->Adapter()), in Cleanup() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cg_dominance.h | 67 postOrderIDVec(bbVec.size() + 1, -1, tmpAllocator.Adapter()), in DomAnalysis() 68 reversePostOrder(tmpAllocator.Adapter()), in DomAnalysis() 69 doms(bbVec.size() + 1, nullptr, domAllocator.Adapter()), in DomAnalysis() 70 domFrontier(bbVec.size() + 1, MapleVector<uint32>(domAllocator.Adapter()), domAllocator.Adapter()), in DomAnalysis() 71 domChildren(bbVec.size() + 1, MapleVector<uint32>(domAllocator.Adapter()), domAllocator.Adapter()), in DomAnalysis() 72 iterDomFrontier(bbVec.size() + 1, MapleUnorderedSet<uint32>(domAllocator.Adapter()), domAllocator.Adapter()), in DomAnalysis() 73 dtPreOrder(bbVec.size() + 1, 0, domAllocator.Adapter()), in DomAnalysis() [all...] |
H A D | reg_alloc_lsra.h | 62 ranges(alloc.Adapter()), in LiveInterval() 63 usePositions(alloc.Adapter()), in LiveInterval() 64 noReloadPos(alloc.Adapter()) {} in LiveInterval() 360 liveIntervalsArray(alloc.Adapter()), in LSRALinearScanRegAllocator() 361 initialQue(alloc.Adapter()), in LSRALinearScanRegAllocator() 362 intParamQueue(alloc.Adapter()), in LSRALinearScanRegAllocator() 363 fpParamQueue(alloc.Adapter()), in LSRALinearScanRegAllocator() 364 callQueue(alloc.Adapter()), in LSRALinearScanRegAllocator() 365 active(alloc.Adapter()), in LSRALinearScanRegAllocator() 366 freeUntilPos(alloc.Adapter()), in LSRALinearScanRegAllocator() [all...] |
H A D | loop.h | 38 loopBBs(alloc.Adapter()), in LoopDesc() 39 exitBBs(alloc.Adapter()), in LoopDesc() 40 backEdges(alloc.Adapter()), in LoopDesc() 41 childLoops(alloc.Adapter()) in LoopDesc() 156 loops(alloc.Adapter()), in LoopAnalysis() 157 bbLoopParent(cgFunc.GetAllBBSize(), nullptr, alloc.Adapter()) in LoopAnalysis()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 33 ArenaString res(std::to_string(value), allocator->Adapter()); in ToArenaString() 39 return (id == INVALID_ID ? ArenaString("XX", allocator->Adapter()) : ToArenaString(id, allocator)); in GetId() 44 ArenaString reg(v_reg ? "v" : "", allocator->Adapter()); in IdToString() 45 ArenaString phi(is_phi ? "p" : "", allocator->Adapter()); in IdToString() 66 return ArenaString("ss", allocator->Adapter()) + in InstId() 67 ArenaString(std::to_string(inst->GetId()), allocator->Adapter()); in InstId() 71 ArenaString null("null", allocator->Adapter()); in InstId() 80 ArenaString null("null", allocator->Adapter()); in BBId() 108 return ArenaString("EQ", allocator->Adapter()); in GetCondCodeToString() 110 return ArenaString("NE", allocator->Adapter()); in GetCondCodeToString() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
H A D | maple_phase_support.h | 113 phaseTimeRecord(allocator.Adapter()), in PhaseTimeHandler() 114 originOrder(allocator.Adapter()), in PhaseTimeHandler() 115 multiTimers(allocator.Adapter()) in PhaseTimeHandler() 141 required(allocator.Adapter()), in AnalysisDep() 142 preserved(allocator.Adapter()), in AnalysisDep() 143 preservedExcept(allocator.Adapter()) {}; in AnalysisDep()
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
H A D | ir_builder.h | 58 catches = allocator->New<ArenaVector<CatchCodeBlock>>(allocator->Adapter()); in Init() 73 blocks_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 74 catches_pc_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 75 try_blocks_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 76 opened_try_blocks_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 77 catch_handlers_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 78 inst_defs_(graph->GetLocalAllocator()->Adapter()), in IrBuilder()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_linear_scan.h | 47 : active(allocator->Adapter()), in WorkingIntervals() 48 inactive(allocator->Adapter()), in WorkingIntervals() 49 stack(allocator->Adapter()), in WorkingIntervals() 50 handled(allocator->Adapter()), in WorkingIntervals() 51 fixed(allocator->Adapter()) in WorkingIntervals() 73 : regular(allocator->Adapter()), fixed(allocator->Adapter()) in PendingIntervals()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 41 ArenaString res(std::to_string(value), allocator->Adapter()); in ToArenaString() 47 return (id == INVALID_ID ? ArenaString("XX", allocator->Adapter()) : ToArenaString(id, allocator)); in GetId() 52 ArenaString reg(vReg ? "v" : "", allocator->Adapter()); in IdToString() 53 ArenaString phi(isPhi ? "p" : "", allocator->Adapter()); in IdToString() 74 return ArenaString("ss", allocator->Adapter()) + in InstId() 75 ArenaString(std::to_string(inst->GetId()), allocator->Adapter()); in InstId() 79 ArenaString null("null", allocator->Adapter()); in InstId() 88 ArenaString null("null", allocator->Adapter()); in BBId() 116 return ArenaString("EQ", allocator->Adapter()); in GetCondCodeToString() 118 return ArenaString("NE", allocator->Adapter()); in GetCondCodeToString() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_module.cpp | 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.Adapter()), in MIRModule() 42 srcFileInfo(memPoolAllocator.Adapter()), in MIRModule() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
H A D | dominators_tree.cpp | 153 ancestors_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 154 buckets_ = allocator->New<ArenaVector<BlocksVector>>(allocator->Adapter()); in Init() 155 idoms_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 156 labels_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 157 parents_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 158 semi_ = allocator->New<ArenaVector<int32_t>>(allocator->Adapter()); in Init() 159 vertices_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 178 buckets_->resize(blocks_count, BlocksVector(allocator->Adapter())); in Init()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | dominators_tree.cpp | 154 ancestors_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 155 buckets_ = allocator->New<ArenaVector<BlocksVector>>(allocator->Adapter()); in Init() 156 idoms_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 157 labels_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 158 parents_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 159 semi_ = allocator->New<ArenaVector<int32_t>>(allocator->Adapter()); in Init() 160 vertices_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init() 172 buckets_->resize(blocksCount, BlocksVector(allocator->Adapter())); in Init()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mem_reference_table.h | 29 explicit MemDefUse(MapleAllocator &allocator) : defSet(allocator.Adapter()), useSet(allocator.Adapter()) {} in MemDefUse() 85 : allocator(allocator), func(func), ostTable(allocator.Adapter()), memDefUsePart(allocator.Adapter()) in MemReferenceTable()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | objectDescriptor.h | 37 : properties(allocator->Adapter()), in ObjectDescriptor() 38 callSignatures(allocator->Adapter()), in ObjectDescriptor() 39 constructSignatures(allocator->Adapter()) in ObjectDescriptor()
|
/arkcompiler/ets_frontend/ets2panda/evaluate/ |
H A D | scopedDebugInfoPlugin-inl.h | 31 ArenaVector<ir::Statement *> vec(1, stmt, Allocator()->Adapter()); in RegisterPrologueEpilogue() 34 std::make_pair(vec, ArenaVector<ir::Statement *>(Allocator()->Adapter()))); in RegisterPrologueEpilogue() 37 std::make_pair(ArenaVector<ir::Statement *>(Allocator()->Adapter()), vec)); in RegisterPrologueEpilogue()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | objectDescriptor.h | 38 : properties(allocator->Adapter()), in ObjectDescriptor() 39 callSignatures(allocator->Adapter()), in ObjectDescriptor() 40 constructSignatures(allocator->Adapter()) in ObjectDescriptor()
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | symbolTable.h | 36 explicit OriginFunctionInfo(ArenaAllocator *allocator) : lexenv(allocator->Adapter()), in OriginFunctionInfo() 37 classHash(allocator->Adapter()) {} in OriginFunctionInfo() 43 originFunctionInfo_(allocator_.Adapter()), in SymbolTable() 44 originModuleInfo_(allocator_.Adapter()), in SymbolTable() 45 originRecordHashFunctionNames_(allocator_.Adapter()) {} in SymbolTable()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | ir_builder.h | 65 catches = allocator->New<ArenaVector<CatchCodeBlock>>(allocator->Adapter()); in Init() 80 blocks_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 81 catchesPc_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 82 tryBlocks_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 83 openedTryBlocks_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 84 catchHandlers_(graph->GetLocalAllocator()->Adapter()), in IrBuilder() 85 instDefs_(graph->GetLocalAllocator()->Adapter()), in IrBuilder()
|
/arkcompiler/ets_frontend/es2panda/parser/module/ |
H A D | sourceTextModuleRecord.h | 35 moduleRequestsMap_(allocator_->Adapter()), in SourceTextModuleRecord() 36 moduleRequests_(allocator_->Adapter()), in SourceTextModuleRecord() 37 localExportEntries_(allocator_->Adapter()), in SourceTextModuleRecord() 38 regularImportEntries_(allocator_->Adapter()), in SourceTextModuleRecord() 39 namespaceImportEntries_(allocator_->Adapter()), in SourceTextModuleRecord() 40 starExportEntries_(allocator_->Adapter()), in SourceTextModuleRecord() 41 indirectExportEntries_(allocator_->Adapter()) in SourceTextModuleRecord()
|
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
H A D | code_info_builder.h | 41 currentVregs_(allocator->Adapter()), in CodeInfoBuilder() 42 lastVregs_(allocator->Adapter()), in CodeInfoBuilder() 43 vregsLastChange_(allocator->Adapter()), in CodeInfoBuilder() 44 inlineInfoStack_(allocator->Adapter()), in CodeInfoBuilder() 45 vregsMapStorage_(allocator->Adapter()), in CodeInfoBuilder()
|
/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/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
H A D | interop_intrinsic_optimization.h | 36 forbiddenLoops_(GetGraph()->GetLocalAllocator()->Adapter()), in InteropIntrinsicOptimization() 37 blockInfo_(GetGraph()->GetVectorBlocks().size(), GetGraph()->GetLocalAllocator()->Adapter()), in InteropIntrinsicOptimization() 38 components_(GetGraph()->GetLocalAllocator()->Adapter()), in InteropIntrinsicOptimization() 39 currentComponentBlocks_(GetGraph()->GetLocalAllocator()->Adapter()), in InteropIntrinsicOptimization() 40 scopeForInst_(GetGraph()->GetLocalAllocator()->Adapter()), in InteropIntrinsicOptimization() 41 blocksToProcess_(GetGraph()->GetLocalAllocator()->Adapter()) in InteropIntrinsicOptimization()
|