/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ark_hz/ |
H A D | ark_js_runtime.cpp | 40 if (!ecmascript::base::StringHelper::EndsWith(files, ".abc")) { in ProcessOptions()
|
/arkcompiler/ets_frontend/ets2panda/evaluate/ |
H A D | debugInfoStorage.cpp | 38 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 D | pgo_profiler_manager.cpp | 44 if (!base::StringHelper::EndsWith(fileName, ".ap")) { in MergeApFiles()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | string_utils.h | 100 static bool EndsWith(const std::string &str, const std::string &end) in EndsWith() function in maple::StringUtils
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_string.h | 53 V("endsWith", EndsWith, 1, StringEndsWith) \ 161 static JSTaggedValue EndsWith(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_string.cpp | 360 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 D | main.cpp | 78 if (!base::StringHelper::EndsWith(files, ".abc")) { in Main()
|
/arkcompiler/ets_runtime/ecmascript/js_vm/ |
H A D | main.cpp | 194 if (!base::StringHelper::EndsWith(files, ".abc")) { in Main()
|
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | ohos_pkg_args.h | 287 if (!base::StringHelper::EndsWith(abcName_, ".abc")) { in Valid()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_string.h | 247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith() function in ark::ets::EtsString
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | helpers.h | 119 static bool EndsWith(const std::string &str, const std::string &suffix);
|
H A D | helpers.cpp | 166 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function in Helpers
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | helpers.h | 107 static bool EndsWith(std::string_view str, std::string_view suffix);
|
H A D | helpers.cpp | 152 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 D | std_core_String.cpp | 515 return thisStr->EndsWith(suffix, endIndex); in StdCoreStringEndsWith()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | string_helper.h | 408 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 D | aot_compiler_preprocessor.cpp | 165 if (!base::StringHelper::EndsWith(files, ".abc")) { in HandlePandaFileNames()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_call_signature.h | 74 V(EndsWith, String, TaggedFalse()) \
|
H A D | builtins_string_stub_builder.cpp | 2878 void BuiltinsStringStubBuilder::EndsWith(GateRef glue, GateRef thisValue, GateRef numArgs,
in EndsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 802 V(String, EndsWith) \
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_string_test.cpp | 83 return BuiltinsString::EndsWith(ecmaRuntimeCallInfos); in StringAlgorithmOther()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 460 reinterpret_cast<uintptr_t>(BuiltinsString::EndsWith),
|