Home
last modified time | relevance | path

Searched defs:typeSignature (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp81 ir::TypeNode *ReferenceToTypeNode(std::string_view typeSignature, checker::ETSChecker *checker) in ReferenceToTypeNode()
119 ir::TypeNode *ToTypeNode(std::string_view typeSignature, checker::ETSChecker *checker) in ToTypeNode()
190 static std::optional<std::string> ReferenceToName(std::string_view typeSignature, in ReferenceToName()
234 std::optional<std::string> ToTypeName(std::string_view typeSignature, checker::GlobalTypesHolder *g… in ToTypeName()
250 panda_file::Type::TypeId GetTypeId(std::string_view typeSignature) in GetTypeId()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp40 const std::string &typeSignature, panda_file::Type::TypeId typeId, in GetVarDeclSourceCode()
214 const std::string &typeSignature) in CreateLocalVarDecl()
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.h49 std::string typeSignature; member
Dfile_items.cpp1603 … StringItem *name, StringItem *type, StringItem *typeSignature) in EmitStartLocalExtended()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp2046 StringItem *typeSignature = container->GetOrCreateStringItem(v.signatureType); in EmitLocalVariable() local