Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp96 for (auto pgoType : value.pgoTypes) { in Print() local
113 void PGOTypeInfer::AddProfiler(GateRef gate, GateType tsType, PGORWOpType pgoType, ChunkSet<GateTyp… in AddProfiler()
Dpgo_type_infer_helper.cpp123 GateType pgoType = tsManager_->GetGateTypeByPt(profileType); in CollectGateType() local
Dmethod_type_infer.cpp1523 auto pgoType = gateAccessor_.TryGetPGOType(valueGate); // pgo type in PGOTypeCheck() local
1586 auto pgoType = gateAccessor_.TryGetPGOType(gate); // pgo type in CollectGateTypeLogInfo() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h42 PGOSampleType pgoType; member
Dts_manager.h612 inline void InsertPtToGtMap(ProfileType pgoType, const kungfu::GateType &gateType) in InsertPtToGtMap()
617 inline const kungfu::GateType GetGateTypeByPt(ProfileType pgoType) in GetGateTypeByPt()
Dts_manager.cpp858 const kungfu::GateType TSManager::GetBuiltinsGateTypeByPt(ProfileType pgoType) in GetBuiltinsGateTypeByPt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp65 auto pgoType = acc_.TryGetPGOType(gate); in GetInlinedMethodId() local
344 auto pgoType = pgoTypes->GetObjectInfo(0); in BuildAccessor() local
552 auto pgoType = pgoTypes->GetObjectInfo(0); in InlineAccessorCheck() local
Dtyped_bytecode_lowering.cpp323 PGOTypeRef pgoType = acc_.TryGetPGOType(gate); in LowerTypedEqOrNotEq() local
352 PGOTypeRef pgoType = acc_.TryGetPGOType(gate); in SpeculateStrings() local
369 PGOTypeRef pgoType = acc_.TryGetPGOType(gate); in SpeculateNumbers() local
Dtype_info_accessors.cpp355 auto pgoType = pgoTypes->GetObjectInfo(0); in GetAccessorPlr() local
Dmcr_circuit_builder.h525 PGOTypeRef pgoType) in TypedBinaryOp()
Dnumber_speculative_retype.cpp41 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, PGOSampleType pgoType) in SetOutputType()
Dframe_states.cpp258 auto pgoType = pgoTypeRecorder_->GetPGOType(acc_.TryGetPcOffset(gate)); in FillBcInputs() local
Dmcr_circuit_builder.cpp923 GateType gateType, PGOTypeRef pgoType, TypedBinOp op) in InsertTypedBinaryop()