Home
last modified time | relevance | path

Searched defs:suffix (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager.cpp40 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() argument
50 std::string PassManager::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const std::string &suffix) in GetFileName() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager.cpp61 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() argument
71 std::string PassManager::GetFileName([[maybe_unused]] const char *passName, [[maybe_unused]] const std::string &suffix) in GetFileName() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DdebugInfoStorage.cpp38 bool EndsWith(std::string_view str, std::string_view suffix) in EndsWith() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp356 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
358 (*out) << std::setw(INDENT_OPCODE) << ArenaString(IsFcmpg() ? "Fcmpg" : "Fcmpl", adapter) + suffix; in DumpOpcode() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DopAssignment.cpp277 std::string suffix = (argument->TsType() == checker->GlobalETSBigIntType()) ? "n" : ""; in ConstructUpdateResult() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp559 (*out) << std::setw(INDENT_OPCODE) << opcode + suffix; in DumpOpcode() local
566 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
568 (*out) << std::setw(INDENT_OPCODE) << ArenaString(IsFcmpg() ? "Fcmpg" : "Fcmpl", adapter) + suffix; in DumpOpcode() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp246 EtsString *suffix = EtsString::FastSubString(inputStr.GetPtr(), suffixBegin, inputStr->GetLength() - suffixBegin); in SetSuccessfulMatchLegacyProperties() local
H A Dstd_core_String.cpp512 EtsBoolean StdCoreStringEndsWith(EtsString *thisStr, EtsString *suffix, EtsInt endIndex) in StdCoreStringEndsWith() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h408 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() argument
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp166 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp675 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local
692 CString suffix = res.substr(pos); in RemoveSuffix() local
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp155 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp687 std::string suffix = std::to_string(curFunc.GetLabelTab()->GetLabelTableSize()); in GetLabelIdx() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1298 EcmaString *suffix = EcmaStringAccessor::FastSubString(ecmaVm, srcString, tailPos, srcLength - tailPos); in ProcessDollarSingleQuote() local

Completed in 21 milliseconds