Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.h36 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument
53 #define TYPE_IS_CHECKS(typeFlag, typeName) \ in TYPE_MAPPING() argument
61 #define TYPE_AS_CASTS(typeFlag, typeName) \ in TYPE_MAPPING() argument
DobjectType.h36 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument
60 #define OBJECT_TYPE_IS_CHECKS(objectKind, typeName) \ in DEFINE_BITOPS() argument
68 #define OBJECT_TYPE_AS_CASTS(objectKind, typeName) \ in DEFINE_BITOPS() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DobjectType.h32 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; // CC-OFF(G.PRE.09) code gen argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsTypeReferenceBuilder.h29 TSTypeReferenceBuilder &SetTypeName(Identifier *typeName) in SetTypeName()
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h40 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; // CC-OFF(G.PRE.09) code gen argument
62 #define TYPE_IS_CHECKS(typeFlag, typeName) \ argument
73 #define TYPE_AS_CASTS(typeFlag, typeName) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeReference.h30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_file_utils.cpp25 bool AbcFileUtils::IsSystemTypeName(const std::string &typeName) in IsSystemTypeName()
Dabc_method_processor.cpp183 std::string typeName = stringTable_->GetStringById(pda.GetReferenceType(refIdx++)); in PFTypeToPandasmType() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
/arkcompiler/runtime_core/static_core/libpandafile/
Dpgo.cpp102 auto typeName = item->GetName(); in ProfileGuidedRelayout() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/create_constant/
Dcreate_constant_dynamic.cpp34 static void TransformMethodDynamicValid(AbckitGraph *graph, const std::string &typeName) in TransformMethodDynamicValid()
53 static void TransformMethodDynamicUnconnected(AbckitGraph *graph, const std::string &typeName) in TransformMethodDynamicUnconnected()
Dcreate_constant_static.cpp53 static void TransformMethodStaticUnconnected(AbckitGraph *graph, const std::string &typeName) in TransformMethodStaticUnconnected()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Ddebugger_api.cpp26 …ic void SetNotFoundException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetNotFoundException()
37 …tic void SetRuntimeException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetRuntimeException()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp38 …ClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType()
67 …ClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp127 #define TYPE_CHECKS(type_flag, typeName) \ in GetDebugTypeName() argument
331 auto typeName = objectType->Name(); in GenObjectType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp463 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName()
750 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetOffHeapBuffer() local
782 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetSharedOffHeapBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp45 char typeName = name[0]; in GetPrimitiveTypeSize() local
1406 std::string typeName = stName.substr(prefixStrLen, pos - prefixStrLen); in EmitAsmLabel() local
1427 std::string typeName; in EmitAsmLabel() local
1461 std::string typeName = in EmitAsmLabel() local
/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp572 auto *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeAnnotationLiteralIdentHelper() local
648 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotationTokens() local
719 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotationTokenLeftSquareBracket() local
DTypedParser.cpp1221 ir::Expression *TypedParser::ParseLiteralIndent(ir::Expression *typeName, ExpressionParseFlags flag… in ParseLiteralIndent()
1238 ir::Expression *TypedParser::ParseQualifiedReference(ir::Expression *typeName, ExpressionParseFlags… in ParseQualifiedReference()
DTSparser.cpp645 ir::TypeNode *TSParser::ParseIndexAccessType(ir::TypeNode *typeName) in ParseIndexAccessType()
689 ir::Expression *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeReferenceOrQuery() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp77 util::UString typeName(name, checker->Allocator()); in ClassReferenceToTypeNode() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp322 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h621 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
882 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp559 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference() local

12