Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp40 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/
Dpass_manager.cpp61 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/
Dgc_barriers.cpp39 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/
Dlinker.cpp25 auto f = [&micros, &o](uint64_t d, const auto suffix) { in PrintTime()
/arkcompiler/runtime_core/panda_guard/util/
Dstring_util.cpp107 bool panda::guard::StringUtil::IsSuffixMatched(const std::string &str, const std::string &suffix) in IsSuffixMatched()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp137 bool EndsWith(const std::string &str, const std::string &suffix) in RealPath()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DdebugInfoStorage.cpp38 bool EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp92 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/
Dfunction.rb221 def emit_ir(suffix) argument
/arkcompiler/ets_frontend/arkguard/scripts/
Dgrammar_test.py121 def __init__(self, file_name, suffix): argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp296 std::string suffix = argument->TsType()->IsETSBigIntType() ? "n" : ""; in ConstructUpdateResult() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp653 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local
670 CString suffix = res.substr(pos); in RemoveSuffix() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts850 const suffix: string = path.extname(filePath); constant
/arkcompiler/jsvm/src/
Djs_native_api_v8.h191 #define JSVM_PRIVATE_KEY(isolate, suffix) (v8impl::GetIsolateData(isolate)->suffix##Key.Get(isolate… argument
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp166 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp356 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h445 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp246 …EtsString *suffix = EtsString::FastSubString(inputStr.GetPtr(), suffixBegin, inputStr->GetLength()… in SetSuccessfulMatchLegacyProperties() local
Dstd_core_String.cpp513 EtsBoolean StdCoreStringEndsWith(EtsString *thisStr, EtsString *suffix, EtsInt endIndex) in StdCoreStringEndsWith()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp142 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py971 def get_files_by_ext(start_dir, suffix): argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp557 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/
Dlower.cpp679 std::string suffix = std::to_string(curFunc.GetLabelTab()->GetLabelTableSize()); in GetLabelIdx() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1295 …EcmaString *suffix = EcmaStringAccessor::FastSubString(ecmaVm, srcString, tailPos, srcLength - tai… in ProcessDollarSingleQuote() local

12