Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h44 struct BBInfo { struct
48 BBInfo() = default; argument
49 BBInfo(uint64 hash, uint32 num, std::vector<uint32> &&counter) in BBInfo() argument
53 BBInfo(uint64 hash, uint32 num, const std::initializer_list<uint32> &iList) in BBInfo() function