Searched defs:PGOTypeRef (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ | ||
| H A D | pgo_profiler_type.h | 1095 class PGOTypeRef { class 1097 PGOTypeRef() : type_(nullptr) {} in PGOTypeRef() function in panda::ecmascript::pgo::PGOTypeRef 1099 explicit PGOTypeRef(PGOType *type) : type_(type) {} in PGOTypeRef() function in panda::ecmascript::pgo::PGOTypeRef 1101 explicit PGOTypeRef(const PGOSampleType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function in panda::ecmascript::pgo::PGOTypeRef 1103 explicit PGOTypeRef(const PGORWOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function in panda::ecmascript::pgo::PGOTypeRef 1105 explicit PGOTypeRef(const PGODefineOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function in panda::ecmascript::pgo::PGOTypeRef 1107 explicit PGOTypeRef(const PGOProtoTransitionType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function in panda::ecmascript::pgo::PGOTypeRef [all...] |
Completed in 4 milliseconds