| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager.cpp | 52 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() 62 …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 | 37 auto createUniqBasicBlockName = [&initialBb](const std::string &suffix) { in EmitPreWRB() 40 … 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/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 467 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local 484 CString suffix = res.substr(pos); in RemoveSuffix() local
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 437 def get_regress_test_files(start_dir, suffix): argument
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | function.rb | 221 def emit_ir(suffix) argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 152 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 696 void MIRModule::OutputAsciiMpl(const char *phaseName, const char *suffix, in OutputAsciiMpl()
|
| D | mir_type.cpp | 664 constexpr char suffix[] = "_3B"; in ValidateClassOrInterface() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 403 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 363 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 224 VMHandle<EtsString> suffix(coroutine, EtsString::CreateFromMUtf8(suffixBegin)->GetCoreType()); in SetSuccessfulMatchLegacyProperties() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 542 ArenaString suffix(IsExit() ? ".Exit" : ".Entry", adapter); in DumpOpcode() local 551 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 | 2624 std::string suffix = std::to_string(curFunc.GetLabelTab()->GetLabelTableSize()); in GetLabelIdx() local 3190 std::string suffix = std::to_string(curFunc->GetLabelTab()->GetLabelTableSize()); in LowerIntrinJavaArrayLength() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|