Home
last modified time | relevance | path

Searched full:release (Results 1 – 25 of 117) sorted by relevance

12345

/arkcompiler/ets_frontend/legacy_bin/api8/
Dmanifest_tag.xml5 <default remote="origin" revision="OpenHarmony-3.1-Release" sync-j="4"/>
7 …5c66650ed4a4f7f09ccbc045cd" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
8 …97ea1ce9f8ab78c699665e38b5" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
9 …590a65b9ec58241ec023cc9231" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
10 …b2b92872fcef0d03cf42342ded" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
11 …5c2875d06e17b46544a9038a3b" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
12 …165aaa2715a2a69b968bb7d91d" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
13 …320fe7412e77d8847c7d7924a7" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
14 …e739ac95b99756fcd735b310a4" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
15 …09bae86c50fc3f9e18202e4b05" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-Releas…
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h56 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/toolchain/build/
DREADME.md36 python ark.py x64.release
40 ./out/x64.release/arkcompiler/ets_frontend/es2abc test.js
44 LD_LIBRARY_PATH=out/x64.release:prebuilts/clang/ohos/linux-x86_64/llvm/lib ./out/x64.release/arkcom…
48 python ark.py x64.release -test262
55 python ark.py android_arm.release
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb45 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/runtime_core/runtime/mem/
Drendezvous.h38 // Wait until all threads release Mutator lock and acquires it for write;
41 virtual void SafepointEnd() RELEASE(*Locks::mutator_lock);
68 ~ScopedSuspendAllThreads() RELEASE(*Locks::mutator_lock)
84 ~ScopedSuspendAllThreadsRunning() RELEASE(*Locks::mutator_lock);
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp77 JSPandaFile *pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName.c_str())); in HWTEST_F_L0()
122 JSPandaFile *pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
123 JSPandaFile *pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
151 JSPandaFile *pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
152 JSPandaFile *pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
181 JSPandaFile *pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
212 JSPandaFile *pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
232 JSPandaFile *pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0()
233 JSPandaFile *pf2 = pfManager->NewJSPandaFile(pfPtr2.release(), CString(filename2)); in HWTEST_F_L0()
Dquick_fix_test.cpp116 JSPandaFile *baseFile = pfManager->NewJSPandaFile(basePF.release(), CString(baseFileName)); in HWTEST_F_L0()
117 JSPandaFile *patchFile = pfManager->NewJSPandaFile(patchPF.release(), CString(patchFileName)); in HWTEST_F_L0()
144 JSPandaFile *patchFile = pfManager->NewJSPandaFile(patchPF.release(), patchFileName.c_str()); in QuickFixQueryFunc()
Djs_pandafile_executor_test.cpp73 JSPandaFile *pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0()
107 JSPandaFile *pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0()
144 JSPandaFile *pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0()
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake15 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…
DDefinitions.cmake93 # when compiling release interpreter.
106 AND CMAKE_BUILD_TYPE MATCHES Release)
155 execute_process(COMMAND grep PRETTY_NAME= /etc/os-release
219 option(PANDA_RELEASE_BUILD "Build for benchmarking. Must be run with CMAKE_BUILD_TYPE=Release" fals…
221 if(PANDA_RELEASE_BUILD AND NOT (CMAKE_BUILD_TYPE STREQUAL "Release"))
222 message(FATAL_ERROR "PANDA_RELEASE_BUILD must be run with the Release build type only!")
/arkcompiler/runtime_core/libpandabase/tests/
Dunique_fd_test.cpp87 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/libpandabase/os/
Dunique_fd.h46 Reset(other_fd.Release()); in UniqueFd()
51 Reset(other_fd.Release());
60 int Release() noexcept in Release() function
Dmutex.h62 void Unlock() RELEASE();
163 ~LockHolder() RELEASE() in RELEASE() function
187 ~ReadLockHolder() RELEASE() in RELEASE() function
211 ~WriteLockHolder() RELEASE() in RELEASE() function
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h39 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer()
41 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer()
57 // Atomic with release order reason: to allow pop to see the latest value in TryPush()
95 // Atomic with release order reason: let others threads to see the latest value in TryPop()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_queue.cpp58 task->Release(gc_->GetInternalAllocator()); in AddTask()
66 task->Release(gc_->GetInternalAllocator()); in AddTask()
82 task->Release(allocator); in Finalize()
/arkcompiler/ets_frontend/ts2panda/
DREADME.md17 node --expose-gc ../../out/release/clang_x64/arkcompiler/ets_frontend/build/src/index.js <your/path…
21 node --expose-gc ../../out/release/clang_x64/arkcompiler/ets_frontend/build/src/index.js <your/path…
/arkcompiler/ets_frontend/test262/
DREADME.md100 …python3 test262/run_test262.py --engine="/home/share/v8-code/v8/out.gn/x64.release/d8" --file test…
116 …and: npm install | dir: /home/share/OpenHarmony2.0_20210604/out/ohos-arm-release/clang_x64/arkcomp…
148release/clang_x64/arkcompiler/ets_runtime/ark_js_vm --ark-frontend-tool=/home/share/OpenHarmony2.0…
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md74 -e release -e debug \
79 Tests that have `release` and `sanitizer-fail` will be excluded.
125 -i release \
129 Tests with `release` tag will be included to test execution, with `sanitizer-fail` will be excluded.
DCMakeLists.txt86 if (CMAKE_BUILD_TYPE STREQUAL "Release")
90 set(CTS_TEST_SELECT_OPTION "--exclude-tag release")
99 if (CMAKE_BUILD_TYPE STREQUAL "Release")
103 set(CTS_TEST_SELECT_OPTION_JIT "--exclude-tag release")
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompile_llvm_lib.sh37 …cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_ARK_GC_SUPPORT=ON -DLLVM_ENABLE_TERMINFO=OFF DLLV…
43 …cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_ARK_GC_SUPPORT=ON -DLLVM_ENABLE_TERMINFO=OFF DLLV…
/arkcompiler/runtime_core/scripts/
Dinstall-deps-ubuntu35 (detected with the contents of /etc/os-release).
190 if [ ! -f /etc/os-release ]; then
191 echo "FATAL: /etc/os-release not found. Exiting..."
194 . /etc/os-release
Dinstall-deps-qemu76 if [ ! -f /etc/os-release ]; then
77 echo "FATAL: /etc/os-release not found. Exiting..."
81 . /etc/os-release
/arkcompiler/toolchain/build/compile_script/
Dark.py30 MODES = ["release", "debug"]
31 DEFAULT_MODES = "release"
47 for example , python ark.py x64.release
49 [mode] can be one of ["release", "debug"]
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h103 // Atomic with release order reason: fixes a data race with method_cache_ in SetMethodCache()
130 // Atomic with release order reason: fixes a data race with field_cache_ in SetFieldCache()
157 // Atomic with release order reason: fixes a data race with class_cache_ in SetClassCache()
/arkcompiler/ets_frontend/legacy_bin/
Dprebuilts-readme-legacy.md5 repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release --no-repo-verify

12345