Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dproepilog.cpp24 GenProEpilog *genPE = nullptr; in PhaseRun() local
26 genPE = f.GetCG()->CreateGenProEpilog(f, *GetPhaseMemPool(), ApplyTempMemPool()); in PhaseRun()
29 genPE = GetPhaseAllocator()->New<Arm32GenProEpilog>(f); in PhaseRun()
32 genPE = f.GetCG()->CreateGenProEpilog(f, *GetPhaseMemPool()); in PhaseRun()
34 CHECK_NULL_FATAL(genPE); in PhaseRun()
35 genPE->Run(); in PhaseRun()

Completed in 1 milliseconds