| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | manifest_tag.xml | 18 <default remote="origin" revision="OpenHarmony-3.1-Release" sync-j="4"/> 20 …5c66650ed4a4f7f09ccbc045cd" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 21 …97ea1ce9f8ab78c699665e38b5" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 22 …590a65b9ec58241ec023cc9231" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 23 …b2b92872fcef0d03cf42342ded" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 24 …5c2875d06e17b46544a9038a3b" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 25 …165aaa2715a2a69b968bb7d91d" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 26 …320fe7412e77d8847c7d7924a7" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 27 …e739ac95b99756fcd735b310a4" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… 28 …09bae86c50fc3f9e18202e4b05" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas… [all …]
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | config.json | 13 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime", 14 "STUB_AN": "out/x64.release/gen/arkcompiler/ets_runtime/stub.an", 16 "out/x64.release/thirdparty/icu/" 18 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc" 21 "ETS_RUNTIME_PATH": "out/arm64.release/arkcompiler/ets_runtime", 22 "STUB_AN": "out/arm64.release/gen/arkcompiler/ets_runtime/stub.an", 24 "out/arm64.release/thirdparty/icu/", 25 "out/arm64.release/thirdparty/bounds_checking_function" 27 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | expected.h | 56 static constexpr bool RELEASE = true; 58 static constexpr bool RELEASE = false; 87 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error() 93 E &Error() &noexcept(ExpectedConfig::RELEASE) in Error() 98 E &&Error() &&noexcept(ExpectedConfig::RELEASE) in Error() 104 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value() 111 T &Value() &noexcept(ExpectedConfig::RELEASE) in Value() 116 T &&Value() &&noexcept(ExpectedConfig::RELEASE) in Value() 121 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() argument 126 T &operator*() &noexcept(ExpectedConfig::RELEASE) in noexcept() argument [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | expected.h | 56 static constexpr bool RELEASE = true; 58 static constexpr bool RELEASE = false; 87 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error() 92 E &Error() & noexcept(ExpectedConfig::RELEASE) in Error() 97 E &&Error() && noexcept(ExpectedConfig::RELEASE) in Error() 103 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value() 110 T &Value() & noexcept(ExpectedConfig::RELEASE) in Value() 115 T &&Value() && noexcept(ExpectedConfig::RELEASE) in Value() 120 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() argument 124 T &operator*() & noexcept(ExpectedConfig::RELEASE) in noexcept() argument [all …]
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | config.json | 10 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime", 11 "ICU_PATH": "out/x64.release/thirdparty/icu/", 14 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
|
| D | README_en.md | 17 python3 ark.py x64.release 51 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime", 52 "ICU_PATH": "out/x64.release/thirdparty/icu/", 55 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc"
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | checker.rb | 45 opts.on('--release', 'Run in release mode. EVENT, INST and other will not be checked') 261 return if @options.release 267 return if @options.release 273 return 0 if @options.release 279 return if @options.release 285 return if @options.release 291 return if @options.release 298 return if @options.release 307 return if @options.release 312 return 0 if @options.release [all …]
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_config.py | 35 self.debug_or_release = ["Debug", "Release"] 47 … ' buildMode=release assembleHap --info --verbose-analyze --parallel --incremental --daemon' 145 RELEASE = 1 variable in BuildMode 177 BuildMode.RELEASE:{ 190 BuildMode.RELEASE:{ 203 BuildMode.RELEASE:{ 204 LogType.FULL: 'Release Full Build', 205 LogType.INCREMENTAL: 'Release Incremental Time', 206 LogType.SIZE: 'Release Full Build size'
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 50 opts.on('--release', 'Run in release mode. EVENT, INST and other will not be checked') 386 return if @options.release 392 return if @options.release 398 return 0 if @options.release 404 return if @options.release 410 return if @options.release 416 return if @options.release 423 return if @options.release 436 return 0 if @options.release 446 return if @options.release [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | build-docs.sh | 57 --build-type=debug|release Build type, supported values: 59 * release: Run extra checks and build. 85 if [[ ! -f /etc/os-release ]]; then 86 echo "FATAL: /etc/os-release not found" 90 . /etc/os-release 148 if ! [[ "${BUILD_TYPE}" =~ ^(debug|release)$ ]]; then 149 echo "FATAL: Unknown build type ${BUILD_TYPE}. Supported values: debug, release" 232 if [[ "${BUILD_TYPE}" == "release" ]]; then
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | rendezvous.h | 41 // Wait until all threads release Mutator lock and acquires it for write; 44 virtual void SafepointEnd() RELEASE(*mutatorLock_); 66 ~ScopedSuspendAllThreads() RELEASE(*rendezvous_->GetMutatorLock()) 82 ~ScopedSuspendAllThreadsRunning() RELEASE(*rendezvous_->GetMutatorLock());
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | run_ohos_sdk_test.sh | 22 echo "Usage: $0 [--mode <debug|release>]" 26 modes=("debug" "release") 79 elif [ "$mode" == "release" ]; then 91 echo "Invalid mode. Use 'debug' or 'release'."
|
| D | result.py | 80 logging.info("release: %s, abc_size(byte) %s, time(s) %s, error message: %s", 95 logging.info("release: %s, abc_size(byte) %s, time(s) %s, error message: %s", 119 if options.arguments.hap_mode in ['all', 'release']: 137 if options.arguments.hap_mode in ['all', 'release']: 217 task_time_size_data['[Abc Size(byte)]\n[Release]'] = full_compilation_release.abc_size 234 '[Full Compilation]\n[Release]\n[Compilation Time(s)]'] = full_compilation_release.time 239 task_result_data['[Release]'] = get_result_symbol( 241 task_result_data['[Release-runtime]'] = get_result_symbol( 262 task_result_data[f'[Release]\n{test}'] = get_result_symbol( 264 task_result_data[f'[Release-runtime]\n{test}'] = get_result_symbol( [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | sp_sc_lock_free_queue.h | 53 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue() 55 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue() 69 // Atomic with release order reason: other threads should see correct value in Push() 72 // Atomic with release order reason: other threads should see correct value in Push() 78 // Atomic with release order reason: other threads should see correct value in Push() 99 // Atomic with release order reason: other threads should see correct value in Pop() 107 // Atomic with release order reason: other threads should see correct value in Pop()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.h | 98 bool WaitForEvent(CoroutineEvent *awaitee) RELEASE(awaitee); 160 void BlockCurrentCoroAndScheduleNext() RELEASE(runnablesLock_) RELEASE(waitersLock_); 161 void SuspendCurrentCoroAndScheduleNext() RELEASE(runnablesLock_); 167 void ScheduleNextCoroUnlockRunnablesWaiters() RELEASE(runnablesLock_) RELEASE(waitersLock_); 168 void ScheduleNextCoroUnlockRunnables() RELEASE(runnablesLock_);
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Sanitizers.cmake | 15 if (CMAKE_BUILD_TYPE MATCHES Release) 45 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove… 47 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND 49 …message(FATAL_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use cl…
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1053 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1056 std::thread t1(&JSDeserializerTest::JSSpecialValueTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1071 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1073 std::thread t1(&JSDeserializerTest::LineStringTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1094 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1096 std::thread t1(&JSDeserializerTest::TreeStringTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1117 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1119 std::thread t1(&JSDeserializerTest::SlicedStringTest, jsDeserializerTest, data.release()); in HWTEST_F_L0() 1150 std::unique_ptr<SerializeData> data = serializer->Release(); in HWTEST_F_L0() 1152 std::thread t1(&JSDeserializerTest::JSPlainObjectTest1, jsDeserializerTest, data.release()); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 15 if (CMAKE_BUILD_TYPE MATCHES Release) 46 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove… 48 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND 50 …message(FATAL_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use cl…
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 78 …std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName.c_st… in HWTEST_F_L0() 123 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() 124 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0() 152 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() 153 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0() 200 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in CreateJSPandaFileAndConstpool() 238 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() 239 …std::shared_ptr<JSPandaFile> pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0() 240 …std::shared_ptr<JSPandaFile> pf3 = pfManager->NewJSPandaFile(pfPtr3.release(), CString(filename3)); in HWTEST_F_L0() 277 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unique_fd_test.cpp | 87 HWTEST(UniqueFd, Release, testing::ext::TestSize.Level0) 95 auto num_a = fd_a.Release(); 96 auto num_b = fd_b.Release(); 97 auto num_c = fd_c.Release(); 98 auto num_d = fd_d.Release();
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | unique_fd.h | 46 Reset(otherFd.Release()); in UniqueFd() 51 Reset(otherFd.Release()); 60 int Release() noexcept in Release() function
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | unique_fd.h | 46 Reset(other_fd.Release()); in UniqueFd() 51 Reset(other_fd.Release()); 60 int Release() noexcept in Release() function
|
| /arkcompiler/runtime_core/static_core/scripts/llvm/ |
| D | README.md | 24 BUILD_X86_RELEASE=<release version for x86_64 architecure>(default: false) 26 BUILD_AARCH64_RELEASE=<release version for arm64 architecure>(default: false) 27 BUILD_OHOS_RELEASE=<release version for OHOS platform (OHOS SDK build)>(default: false) 28 BUILD_OHOS_RELEASE_GN=<release version for OHOS GN platform (GN build)>(default: false)
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm.gni | 18 llvm_host_dir = "/opt/llvm-15-release-x86_64" 19 llvm_target_dir = "/opt/llvm-15-release-ohos-gn"
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | unique_fd_test.cpp | 95 TEST(UniqueFd, Release) in TEST() argument 103 auto numA = fdA.Release(); in TEST() 104 auto numB = fdB.Release(); in TEST() 105 auto numC = fdC.Release(); in TEST() 106 auto numD = fdD.Release(); in TEST()
|