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.cpp142 …GOHClassTreeDesc::UpdateLayout(const JSThread *thread, JSTaggedType curHClass, ProfileType curType) in UpdateLayout()
Dpgo_profiler_info.cpp714 ProfileType rootType, JSTaggedType hclass, ProfileType curType) in UpdateLayout()
Dpgo_profiler.cpp1524 auto curType = GetOrInsertProfileType(hclass, rootType); in UpdateLayout() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h203 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()