Home
last modified time | relevance | path

Searched refs:CLASS_INSTANCE (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp27 case TSTypeKind::CLASS_INSTANCE: in Compute()
104 case TSTypeKind::CLASS_INSTANCE: { in ComputePolymorphism()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h27 CLASS_INSTANCE, enumerator
Dts_type_parser.cpp222 case TSTypeKind::CLASS_INSTANCE: { in ParseNonImportType()
304 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::CLASS_INSTANCE); in ParseClassInstanceType()
Dts_manager.h426 V(ClassInstance, TSTypeKind::CLASS_INSTANCE) \
Dts_manager.cpp379 return TSTypeKind::CLASS_INSTANCE; in GetTypeKind()
1146 case TSTypeKind::CLASS_INSTANCE: in GetTypeStr()
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h40 CLASS_INSTANCE, enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp150 case TSTypeKind::CLASS_INSTANCE: in PrintTypeKind()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp895 case ResolveType::CLASS_INSTANCE: { in HandleLdObjByNameInstResolveResult()
916 return std::make_tuple(ret_ptr, EMPTY_STR, ResolveType::CLASS_INSTANCE); in HandleNewObjInstResolveResultCommon()