| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager.cpp | 40 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() 50 …er::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const std::string &suffix) in GetFileName()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| D | pass_manager.cpp | 61 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() 71 …ger::GetFileName([[maybe_unused]] const char *passName, [[maybe_unused]] const std::string &suffix) in GetFileName()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | gc_barriers.cpp | 39 auto createUniqBasicBlockName = [&initialBb](const std::string &suffix) { in EmitPreWRB() 42 … auto createBasicBlock = [&ctx, &initialBb, &createUniqBasicBlockName](const std::string &suffix) { in EmitPreWRB()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker.cpp | 25 auto f = [µs, &o](uint64_t d, const auto suffix) { in PrintTime()
|
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | string_util.cpp | 107 bool panda::guard::StringUtil::IsSuffixMatched(const std::string &str, const std::string &suffix) in IsSuffixMatched()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 137 bool EndsWith(const std::string &str, const std::string &suffix) in RealPath()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | debugInfoStorage.cpp | 38 bool EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | builtins.cpp | 92 auto createUniqBasicBlockName = [&initialBb](const std::string &suffix) { in SlowClassLoadingHelper() 95 … auto createBasicBlock = [&ctx, &initialBb, &createUniqBasicBlockName](const std::string &suffix) { in SlowClassLoadingHelper()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | function.rb | 221 def emit_ir(suffix) argument
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | grammar_test.py | 121 def __init__(self, file_name, suffix): argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 296 std::string suffix = argument->TsType()->IsETSBigIntType() ? "n" : ""; in ConstructUpdateResult() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 653 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local 670 CString suffix = res.substr(pos); in RemoveSuffix() local
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiExtractor.ts | 850 const suffix: string = path.extname(filePath); constant
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.h | 191 #define JSVM_PRIVATE_KEY(isolate, suffix) (v8impl::GetIsolateData(isolate)->suffix##Key.Get(isolate… argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.cpp | 166 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 356 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 445 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 246 …EtsString *suffix = EtsString::FastSubString(inputStr.GetPtr(), suffixBegin, inputStr->GetLength()… in SetSuccessfulMatchLegacyProperties() local
|
| D | std_core_String.cpp | 513 EtsBoolean StdCoreStringEndsWith(EtsString *thisStr, EtsString *suffix, EtsInt endIndex) in StdCoreStringEndsWith()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 142 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 971 def get_files_by_ext(start_dir, suffix): argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 557 ArenaString suffix(IsExit() ? ".Exit" : ".Entry", adapter); in DumpOpcode() local 566 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 679 std::string suffix = std::to_string(curFunc.GetLabelTab()->GetLabelTableSize()); in GetLabelIdx() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1295 …EcmaString *suffix = EcmaStringAccessor::FastSubString(ecmaVm, srcString, tailPos, srcLength - tai… in ProcessDollarSingleQuote() local
|