Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h28 struct IRProfileDesc { struct
32 IRProfileDesc() = default; argument
33IRProfileDesc(uint64 hash, uint32 start, uint32 end) : counterStart(start), counterEnd(end), funcH… in IRProfileDesc() argument