Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ark_hz/
H A Dark_js_runtime.cpp40 if (!ecmascript::base::StringHelper::EndsWith(files, ".abc")) { in ProcessOptions()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DdebugInfoStorage.cpp38 bool EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function
73 if (!EndsWith(recordName, compiler::Signatures::ETS_GLOBAL)) { in LoadFileDebugInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.cpp44 if (!base::StringHelper::EndsWith(fileName, ".ap")) { in MergeApFiles()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dstring_utils.h100 static bool EndsWith(const std::string &str, const std::string &end) in EndsWith() function in maple::StringUtils
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h53 V("endsWith", EndsWith, 1, StringEndsWith) \
161 static JSTaggedValue EndsWith(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp360 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString
363 BUILTINS_API_TRACE(argv->GetThread(), String, EndsWith); in EndsWith()
/arkcompiler/ets_runtime/ecmascript/quick_fix/
H A Dmain.cpp78 if (!base::StringHelper::EndsWith(files, ".abc")) { in Main()
/arkcompiler/ets_runtime/ecmascript/js_vm/
H A Dmain.cpp194 if (!base::StringHelper::EndsWith(files, ".abc")) { in Main()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pkg_args.h287 if (!base::StringHelper::EndsWith(abcName_, ".abc")) { in Valid()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith() function in ark::ets::EtsString
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h119 static bool EndsWith(const std::string &str, const std::string &suffix);
H A Dhelpers.cpp166 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function in Helpers
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h107 static bool EndsWith(std::string_view str, std::string_view suffix);
H A Dhelpers.cpp152 return filePath.length() > extension.length() && Helpers::EndsWith(filePath, extension); in FileExtensionIs()
155 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function in Helpers
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp515 return thisStr->EndsWith(suffix, endIndex); in StdCoreStringEndsWith()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h408 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function in panda::ecmascript::base::StringHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp165 if (!base::StringHelper::EndsWith(files, ".abc")) { in HandlePandaFileNames()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h74 V(EndsWith, String, TaggedFalse()) \
H A Dbuiltins_string_stub_builder.cpp2878 void BuiltinsStringStubBuilder::EndsWith(GateRef glue, GateRef thisValue, GateRef numArgs, in EndsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h802 V(String, EndsWith) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp83 return BuiltinsString::EndsWith(ecmaRuntimeCallInfos); in StringAlgorithmOther()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp460 reinterpret_cast<uintptr_t>(BuiltinsString::EndsWith),

Completed in 32 milliseconds