Searched defs:threadnum (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/verification/type/ |
| D | type_systems.cpp | 37 explicit FullTypeSystem(TypeSystemKind kind, ThreadNum threadnum) in FullTypeSystem() 138 SortIdx TypeSystems::GetSort(TypeSystemKind kind, ThreadNum threadnum, const PandaString &name) in GetSort() 144 TypeSystem &TypeSystems::Get(TypeSystemKind kind, ThreadNum threadnum) in Get()
|
| D | type_parametric.h | 33 ParametricType(TypeSystemKind kind, ThreadNum threadnum, SortIdx sort) in ParametricType()
|
| D | type_param.cpp | 27 TypeParam::TypeParam(TypeSystemKind kind, ThreadNum threadnum, const TypeParamIdx &p) in TypeParam()
|
| D | type_type.h | 113 Type(TypeSystemKind kind, ThreadNum threadnum, TypeNum num) : Idx_ {kind, threadnum, num} {}; in Type()
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | panda_types.cpp | 341 PandaTypes::PandaTypes(ThreadNum threadnum) in PandaTypes()
|