Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h42 #define COMBINE_TYPE_CALL_BACK(curType, type) \ argument
92 inline void ProfileCombineOpType(GateRef curType, GateRef type, TypeCombine combine) const in ProfileCombineOpType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp140 bool PGOHClassTreeDesc::UpdateLayout(JSTaggedType curHClass, ProfileType curType) in UpdateLayout()
Dpgo_profiler_info.cpp666 … PGORecordDetailInfos::UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curType) in UpdateLayout()
Dpgo_profiler.cpp1485 auto curType = GetOrInsertProfileType(hclass, rootType); in UpdateLayout() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h201 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()