| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsTypeReferenceBuilder.h | 29 TSTypeReferenceBuilder &SetTypeName(Identifier *typeName) in SetTypeName() argument
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_file_utils.cpp | 25 bool AbcFileUtils::IsSystemTypeName(const std::string &typeName) in IsSystemTypeName() argument
|
| H A D | abc_method_processor.cpp | 183 std::string typeName = stringTable_->GetStringById(pda.GetReferenceType(refIdx++)); in PFTypeToPandasmType() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsTypeReference.h | 30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsTypeReference.h | 41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | pgo.cpp | 102 auto typeName = item->GetName(); in ProfileGuidedRelayout() local
|
| H A D | file_reader.cpp | 54 BaseClassItem *GetType(File::EntityId typeId, const std::string &typeName) in GetType() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | debugger_api.cpp | 25 static void SetNotFoundException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetNotFoundException() argument 36 static void SetRuntimeException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetRuntimeException() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | interop_context.cpp | 322 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed() argument
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_code_parser_context.cpp | 38 panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType() argument 67 panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_typed_array.cpp | 473 DataViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| H A D | declgenEts2Ts.cpp | 328 auto typeName = objectType->Name(); in GenObjectType() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 563 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TypedParser.cpp | 1181 ir::Expression *TypedParser::ParseLiteralIndent(ir::Expression *typeName, ExpressionParseFlags flags, in ParseLiteralIndent() argument 1197 ir::Expression *TypedParser::ParseQualifiedReference(ir::Expression *typeName, ExpressionParseFlags flags) in ParseQualifiedReference() argument [all...] |
| H A 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 in ParseTypeAnnotationTokenLeftSquareBracket() local [all...] |
| H A D | TSparser.cpp | 646 ir::TypeNode *TSParser::ParseIndexAccessType(ir::TypeNode *typeName) in ParseIndexAccessType() argument 690 ir::Expression *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeReferenceOrQuery() local [all...] |
| H A D | ETSparser.cpp | 848 auto *typeName = ParseQualifiedName(flags); in ParseTypeReferencePart() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_dump_test.cpp | 657 std::string typeName = ConvertToStdString(JSHClass::DumpJSType(objType)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_profiler_type.h | 611 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson() argument 877 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson() argument
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 1855 std::string typeName = getLiteralArrayTypeFromValue(lit_array); in SerializeAnnotationElement() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-parser.cpp | 393 auto typeName = type.GetName(); in ParseArrayElementType() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 313 inline bool Disassembler::IsSystemType(const std::string &typeName) in IsSystemType() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | emit.cpp | 46 char typeName = name[0]; in GetPrimitiveTypeSize() local 1407 std::string typeName = stName.substr(prefixStrLen, pos - prefixStrLen); in EmitAsmLabel() local 1428 std::string typeName; in EmitAsmLabel() local 1462 std::string typeName = EmitAsmLabel() local [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 1052 ir::Expression *ParserImpl::ParseTsQualifiedReference(ir::Expression *typeName) in ParseTsQualifiedReference() argument 1077 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType() argument 1127 ir::Expression *typeName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); ParseTsTypeReferenceOrQuery() local [all...] |