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.h784 PGOTypeRef() : type_(nullptr) {} in PGOTypeRef() function
786 explicit PGOTypeRef(PGOType *type) : type_(type) {} in PGOTypeRef() function
788 explicit PGOTypeRef(const PGOSampleType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
790 explicit PGOTypeRef(const PGORWOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
792 explicit PGOTypeRef(const PGODefineOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h33 using PGOTypeRef = pgo::PGOTypeRef; variable