Searched defs:MANGLE_BEGIN (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/assembler/ | ||
| H A D | mangling.h | 25 constexpr const std::string_view MANGLE_BEGIN = ":"; member |
| /arkcompiler/runtime_core/static_core/assembler/ | ||
| H A D | mangling.h | 25 constexpr const std::string_view MANGLE_BEGIN = ":"; member |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ | ||
| H A D | signature.cpp | 87 ss << compiler::Signatures::MANGLE_BEGIN; in ToAssemblerType() member in ark::es2panda::checker::compiler::Signatures |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| H A D | ETSemitter.cpp | 545 ss << param->Name()->Name() << Signatures::MANGLE_BEGIN; in GenAnnotationSignature() member in ark::es2panda::compiler::Signatures |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ | ||
| H A D | typeCreation.cpp | 615 ss << compiler::Signatures::METHOD_SEPARATOR << compiler::Signatures::CTOR << compiler::Signatures::MANGLE_BEGIN; in CreateBuiltinArraySignatureInfo() member in ark::es2panda::checker::compiler::Signatures |
Completed in 4 milliseconds