Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.h49 std::string typeSignature; member
H A Dfile_items.cpp1436 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 DdebugInfoDeserializer.cpp39 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 Dhelpers.cpp81 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 Dassembly-emitter.cpp1693 StringItem *typeSignature = container->GetOrCreateStringItem(v.signatureType); in EmitLocalVariable() local

Completed in 7 milliseconds