Searched defs:typeSignature (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | debug_info_extractor.h | 49 std::string typeSignature; member
|
| H A D | file_items.cpp | 1436 EmitStartLocalExtended(std::vector<uint8_t> *constantPool, int32_t registerNumber, StringItem *name, StringItem *type, StringItem *typeSignature) EmitStartLocalExtended() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| H A D | debugInfoDeserializer.cpp | 39 GetVarDeclSourceCode(std::string_view varName, DebugInfoDeserializer::RegisterNumber regNumber, const std::string &typeSignature, panda_file::Type::TypeId typeId, checker::GlobalTypesHolder *globalTypes) GetVarDeclSourceCode() argument 211 CreateLocalVarDecl(ir::Identifier *ident, RegisterNumber regNumber, const std::string &typeSignature) CreateLocalVarDecl() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | helpers.cpp | 81 ir::TypeNode *ReferenceToTypeNode(std::string_view typeSignature, checker::ETSChecker *checker) in ReferenceToTypeNode() argument 119 ToTypeNode(std::string_view typeSignature, checker::ETSChecker *checker) ToTypeNode() argument 190 ReferenceToName(std::string_view typeSignature, checker::GlobalTypesHolder *globalTypes) ReferenceToName() argument 234 ToTypeName(std::string_view typeSignature, checker::GlobalTypesHolder *globalTypes) ToTypeName() argument 250 GetTypeId(std::string_view typeSignature) GetTypeId() argument [all...] |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-emitter.cpp | 1693 StringItem *typeSignature = container->GetOrCreateStringItem(v.signatureType); in EmitLocalVariable() local
|
Completed in 7 milliseconds