Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.h201 class PGOTypeLogList {
203 explicit PGOTypeLogList(Circuit *circuit) : acc_(circuit) {} in PGOTypeLogList() function
204 ~PGOTypeLogList() = default;
Dcompiler_log.cpp247 void PGOTypeLogList::CollectGateTypeLogInfo(GateRef gate, bool isBinOp) in CollectGateTypeLogInfo()
304 void PGOTypeLogList::PrintPGOTypeLog() in PrintPGOTypeLog()
Dts_hcr_lowering.h197 PGOTypeLogList pgoTypeLog_;