Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h113 PGOSampleType() : type_(Type::NONE) {}; in PGOSampleType() function
115 explicit PGOSampleType(Type type) : type_(type) {}; in PGOSampleType() function
116 explicit PGOSampleType(uint32_t type) : type_(Type(type)) {}; in PGOSampleType() function
117 explicit PGOSampleType(ClassType type) : type_(type) {} in PGOSampleType() function