Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp138 GateType pgoType = tsManager_->GetGateTypeByPt(classType); in CollectGateType() local
247 for (auto pgoType : value.pgoTypes) { in Print() local
264 void PGOTypeInfer::AddProfiler(GateRef gate, GateType tsType, PGORWOpType pgoType, ChunkSet<GateTyp… in AddProfiler()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h41 PGOSampleType pgoType; member
Dts_manager.h811 inline void InsertPtToGtMap(ClassType pgoType, const kungfu::GateType &gateType) in InsertPtToGtMap()
816 inline const kungfu::GateType GetGateTypeByPt(ClassType pgoType) in GetGateTypeByPt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp41 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, PGOSampleType pgoType) in SetOutputType()
Dbytecode_circuit_builder.cpp1424 … auto pgoType = typeRecorder_.GetOrUpdatePGOType(tsManager_, gateAcc_.TryGetPcOffset(gate), type); in BuildCircuit() local