Home
last modified time | relevance | path

Searched refs:Release (Results 1 – 16 of 16) sorted by relevance

/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
Ddebug_info.cpp31 void Release() in Release() function in panda::DwarfGuard
/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/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
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake15 if (CMAKE_BUILD_TYPE MATCHES Release)
48 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND
DDefinitions.cmake106 AND CMAKE_BUILD_TYPE MATCHES 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/compiler/optimizer/templates/intrinsics/
Dintrinsic_codegen_test.inl.erb23 // cannot verify <%= intrinsic.entrypoint_name %> behavior in Release build
/arkcompiler/runtime_core/tests/cts-generator/
DCMakeLists.txt86 if (CMAKE_BUILD_TYPE STREQUAL "Release")
99 if (CMAKE_BUILD_TYPE STREQUAL "Release")
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md119 debug_or_release = ["Debug", "Release"]
Dreadme.md119 debug_or_release = ["Debug", "Release"]
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h267 std::unique_ptr<SerializationData> Release();
Djs_serializer.cpp1993 std::unique_ptr<SerializationData> Serializer::Release() in Release() function in panda::ecmascript::Serializer
/arkcompiler/runtime_core/
DCMakeLists.txt51 if (NOT "${CMAKE_BUILD_TYPE}" MATCHES "Release" AND NOT PANDA_TARGET_WINDOWS)
/arkcompiler/runtime_core/tests/
DCMakeLists.txt155 if (DEFINED ARG_SEARCH_DEBUG_STDERR AND NOT (CMAKE_BUILD_TYPE MATCHES Release))
263 if (DEFINED ARG_SEARCH_STDERR AND NOT (CMAKE_BUILD_TYPE MATCHES Release))
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md100 Release of the stack frame could be done by restoring values of `stack pointer` and `frame pointer`…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp789 data = serializer.Release(); in SerializeValue()