Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_stackmap_computation.cpp258 StackmapComputation *stackmapComputation = nullptr; in PhaseRun() local
259 stackmapComputation = GetPhaseAllocator()->New<StackmapComputation>(f, *phaseMp); in PhaseRun()
260 stackmapComputation->SetNeedDump(STACKMAP_DUMP); in PhaseRun()
261 stackmapComputation->run(); in PhaseRun()