Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 28) 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.h31 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h39 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument
61 #define TYPE_IS_CHECKS(typeFlag, typeName) \ argument
70 #define TYPE_AS_CASTS(typeFlag, typeName) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeReference.h30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
/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
Dfile_reader.cpp54 BaseClassItem *GetType(File::EntityId typeId, const std::string &typeName) in GetType()
/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
328 auto typeName = objectType->Name(); in GenObjectType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp473 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName()
770 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetOffHeapBuffer() local
802 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetSharedOffHeapBuffer() local
/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp575 auto *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeAnnotationLiteralIdentHelper() local
651 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotationTokens() local
722 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotationTokenLeftSquareBracket() local
DTypedParser.cpp1174 ir::Expression *TypedParser::ParseLiteralIndent(ir::Expression *typeName, ExpressionParseFlags flag… in ParseLiteralIndent()
1190 ir::Expression *TypedParser::ParseQualifiedReference(ir::Expression *typeName, ExpressionParseFlags… in ParseQualifiedReference()
DTSparser.cpp646 ir::TypeNode *TSParser::ParseIndexAccessType(ir::TypeNode *typeName) in ParseIndexAccessType()
690 ir::Expression *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeReferenceOrQuery() local
DETSparser.cpp733 auto *typeName = ParseQualifiedName(flags); in ParseTypeReferencePart() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp318 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h611 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
877 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp563 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp45 char typeName = name[0]; in GetPrimitiveTypeSize() local
1587 std::string typeName = stName.substr(prefixStrLen, pos - prefixStrLen); in EmitIntConst() local
1608 std::string typeName; in EmitIntConst() local
1642 std::string typeName = in EmitIntConst() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp329 std::string typeName = meta_->GetTypeNameFromHClass(hclass); in BuildEdges() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1049 ir::Expression *ParserImpl::ParseTsQualifiedReference(ir::Expression *typeName) in ParseTsQualifiedReference()
1074 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType()
1124 ir::Expression *typeName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsTypeReferenceOrQuery() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp393 auto typeName = type.GetName(); in ParseArrayElementType() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts2137 const typeName = this.tsUtils.entityNameToString(typeRef.typeName); constant
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp655 std::string typeName = ConvertToStdString(JSHClass::DumpJSType(objType)); in HWTEST_F_L0() local

12