Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h317 PGOObjectInfo() : type_(ClassType()), objKind_(PGOObjKind::LOCAL) {} in PGOObjectInfo() function
318 PGOObjectInfo(ClassType type, PGOObjKind kind) : type_(type), objKind_(kind) {} in PGOObjectInfo() function