Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h138 explicit HClassLayoutDesc(ProfileType type) : type_(type) {} in HClassLayoutDesc() function
139HClassLayoutDesc(ProfileType type, const CSet<ProfileType> &childs) : type_(type), childs_(childs)… in HClassLayoutDesc() function
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h75 class HClassLayoutDesc; variable
79 using HClassLayoutDesc = pgo::HClassLayoutDesc; variable