Home
last modified time | relevance | path

Searched defs:typeName (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsTypeReferenceBuilder.h29 TSTypeReferenceBuilder &SetTypeName(Identifier *typeName) in SetTypeName() argument
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_utils.cpp25 bool AbcFileUtils::IsSystemTypeName(const std::string &typeName) in IsSystemTypeName() argument
H A Dabc_method_processor.cpp183 std::string typeName = stringTable_->GetStringById(pda.GetReferenceType(refIdx++)); in PFTypeToPandasmType() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeReference.h30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeReference.h41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpgo.cpp102 auto typeName = item->GetName(); in ProfileGuidedRelayout() local
H A Dfile_reader.cpp54 BaseClassItem *GetType(File::EntityId typeId, const std::string &typeName) in GetType() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Ddebugger_api.cpp25 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 Dinterop_context.cpp322 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed() argument
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp38 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 Djs_typed_array.cpp473 DataViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp328 auto typeName = objectType->Name(); in GenObjectType() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp563 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp1181 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 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 in ParseTypeAnnotationTokenLeftSquareBracket() local
[all...]
H A DTSparser.cpp646 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 DETSparser.cpp848 auto *typeName = ParseQualifiedName(flags); in ParseTypeReferencePart() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp657 std::string typeName = ConvertToStdString(JSHClass::DumpJSType(objType)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h611 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 Ddisassembler.cpp1855 std::string typeName = getLiteralArrayTypeFromValue(lit_array); in SerializeAnnotationElement() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.cpp393 auto typeName = type.GetName(); in ParseArrayElementType() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp313 inline bool Disassembler::IsSystemType(const std::string &typeName) in IsSystemType() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp46 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 DparserImpl.cpp1052 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...]

Completed in 47 milliseconds