Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h117 void LogDependence(const MaplePhaseInfo *curPhase, int depLev) in LogDependence() function
258 bindingPM->LogDependence(curPhase, depLev);
267 bindingPM->LogDependence(curPhase, depLev);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp274 LogDependence(curPhase, lev); in RunDependentPhase()