Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h1097 PGOTypeRef() : type_(nullptr) {} in PGOTypeRef() function
1099 explicit PGOTypeRef(PGOType *type) : type_(type) {} in PGOTypeRef() function
1101 explicit PGOTypeRef(const PGOSampleType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
1103 explicit PGOTypeRef(const PGORWOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
1105 explicit PGOTypeRef(const PGODefineOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
1107 …explicit PGOTypeRef(const PGOProtoTransitionType *type) : type_(static_cast<const PGOType*>(type))… in PGOTypeRef() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h34 using PGOTypeRef = pgo::PGOTypeRef; variable