Home
last modified time | relevance | path

Searched refs:shortName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dplugin.cpp20 std::string Plugin::FullNameForProcedure(std::string const &shortName) in FullNameForProcedure() argument
22 return std::string(name_.Utf8()) + "_" + shortName; in FullNameForProcedure()
H A Dplugin.h72 std::string FullNameForProcedure(std::string const &shortName);
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp1728 const char *shortName = u_getPropertyValueName(property, propertyValue, U_SHORT_PROPERTY_NAME); in IsExactPropertyValueAlis() local
1729 if (shortName != nullptr && strcmp(valueName, shortName) == 0) { in IsExactPropertyValueAlis()
1751 const char* shortName = u_getPropertyName(property, U_SHORT_PROPERTY_NAME); in IsExactPropertyAlias() local
1752 if (shortName != nullptr && strcmp(propertyName, shortName) == 0) { in IsExactPropertyAlias()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompiler_log.cpp119 std::string shortName = GetShortName(methodName_); in ~TimeScope() local
121 log_->AddMethodTime(shortName, methodOffset_, timeUsed_); in ~TimeScope()

Completed in 5 milliseconds