Home
last modified time | relevance | path

Searched refs:pgoTypeId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h25 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, PGOSampleType pgoTypeId) in GlobalTypeID() argument
26 : jsPandaFile_(jsPandaFile), typeId_(0), pgoTypeId_(pgoTypeId) {} in GlobalTypeID()
Dts_type_parser.h82 inline GlobalTSTypeRef GetAndStoreGT(const JSPandaFile *jsPandaFile, PGOSampleType pgoTypeId,
86 GlobalTypeID gId(jsPandaFile, pgoTypeId);