Home
last modified time | relevance | path

Searched defs:PGOInstrumentTemplate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp148 template class PGOInstrumentTemplate<maplebe::BB, maple::BBEdge<maplebe::BB>>; variable
149 template class PGOInstrumentTemplate<maplebe::BB, maple::BBUseEdge<maplebe::BB>>; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dinstrument.h138 explicit PGOInstrumentTemplate(MemPool &mp) : mst(mp) {} in PGOInstrumentTemplate() function