Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h34 #define COMBINE_TYPE_CALL_BACK(curType, type) \ argument
64 inline void ProfileCombineOpType(GateRef curType, GateRef type, TypeCombine combine) const in ProfileCombineOpType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp184 GateType curType = type; in EliminateSubclassTypes() local
211 GateType curType = type; in ComputeCommonSuperClassTypes() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h189 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()