Home
last modified time | relevance | path

Searched refs:phaseID (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_support.h62 … : phaseName(pName), phaseID(pID), isAnalysis(isAS), isCFGOnlyPass(isCFGonly), canSkip(canSkip) in MaplePhaseInfo()
69 phaseID = nullptr; in ~MaplePhaseInfo()
73 return phaseID; in GetPhaseID()
103 MaplePhaseID phaseID; variable
Dmaple_phase.h28 : phaseAllocator(&mp), phaseKind(kind), phaseID(id), tempMemPools(phaseAllocator.Adapter()) in MaplePhase()
40 return phaseID; in GetPhaseID()
44 phaseID = id; in SetPhaseID()
68 MaplePhaseID phaseID; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase.cpp42 …apleLogger() << "this is Phase : " << PhaseName() << " Kind : " << phaseKind << " ID : " << phaseID in Dump()