| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.h | 36 #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
|
| D | objectType.h | 36 #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/ |
| D | objectType.h | 31 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.h | 39 #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/ |
| D | tsTypeReference.h | 30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeReference.h | 41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | pgo.cpp | 102 auto typeName = item->GetName(); in ProfileGuidedRelayout() local
|
| D | file_reader.cpp | 54 BaseClassItem *GetType(File::EntityId typeId, const std::string &typeName) in GetType()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 38 …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/ |
| D | atomic_helper.cpp | 34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 127 #define TYPE_CHECKS(type_flag, typeName) \ in GetDebugTypeName() argument 328 auto typeName = objectType->Name(); in GenObjectType() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 473 …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/ |
| D | ASparser.cpp | 575 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
|
| D | TypedParser.cpp | 1174 ir::Expression *TypedParser::ParseLiteralIndent(ir::Expression *typeName, ExpressionParseFlags flag… in ParseLiteralIndent() 1190 ir::Expression *TypedParser::ParseQualifiedReference(ir::Expression *typeName, ExpressionParseFlags… in ParseQualifiedReference()
|
| D | TSparser.cpp | 646 ir::TypeNode *TSParser::ParseIndexAccessType(ir::TypeNode *typeName) in ParseIndexAccessType() 690 ir::Expression *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeReferenceOrQuery() local
|
| D | ETSparser.cpp | 733 auto *typeName = ParseQualifiedName(flags); in ParseTypeReferencePart() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 318 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 611 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/ |
| D | classDefinition.cpp | 563 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 45 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/ |
| D | rawheap_translate.cpp | 329 std::string typeName = meta_->GetTypeNameFromHClass(hclass); in BuildEdges() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1049 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/ |
| D | assembly-parser.cpp | 393 auto typeName = type.GetName(); in ParseArrayElementType() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinter.ts | 2137 const typeName = this.tsUtils.entityNameToString(typeRef.typeName); constant
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 655 std::string typeName = ConvertToStdString(JSHClass::DumpJSType(objType)); in HWTEST_F_L0() local
|