Home
last modified time | relevance | path

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

/ark/runtime_core/libpandabase/os/unix/
Dunique_fd.h38 Reset(other_fd.Release()); in UniqueFd()
43 Reset(other_fd.Release());
52 int Release() noexcept in Release() function
/ark/runtime_core/libpandabase/tests/
Dunique_fd_test.cpp87 TEST(UniqueFd, Release) in TEST() argument
95 auto num_a = fd_a.Release(); in TEST()
96 auto num_b = fd_b.Release(); in TEST()
97 auto num_c = fd_c.Release(); in TEST()
98 auto num_d = fd_d.Release(); in TEST()
/ark/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()
Dgc.cpp358 task->Release(Runtime::GetCurrent()->GetInternalAllocator()); in GCWorkerEntry()
366 task->Release(Runtime::GetCurrent()->GetInternalAllocator()); in GCWorkerEntry()
371 task->Release(Runtime::GetCurrent()->GetInternalAllocator()); in GCWorkerEntry()
454 gc_task->Release(Runtime::GetCurrent()->GetInternalAllocator()); in AddGCTask()
/ark/js_runtime/ecmascript/compiler/
Dcompile_llvm_lib.sh39 …cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_ARK_GC_SUPPORT=ON -DLLVM_ENABLE_TERMINFO=OFF DLLV…
45 …cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_ARK_GC_SUPPORT=ON -DLLVM_ENABLE_TERMINFO=OFF DLLV…
/ark/runtime_core/runtime/
Dgc_task.cpp28 void GCTask::Release(mem::InternalAllocatorPtr allocator) in Release() function in panda::GCTask
Dmonitor.h157 bool Release(MTManagedThread *thread) NO_THREAD_SAFETY_ANALYSIS;
Dmonitor.cpp292 ret = monitor->Release(thread); in MonitorExit()
382 monitor->Release(thread); in Wait()
638 bool Monitor::Release(MTManagedThread *thread) in Acquire() function in panda::Monitor
Dthread.cpp366 monitor->Release(this); in ReleaseMonitors()
/ark/runtime_core/cmake/
DSanitizers.cmake15 if (CMAKE_BUILD_TYPE MATCHES Release)
46 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release))
DDefinitions.cmake100 AND CMAKE_BUILD_TYPE MATCHES Release)
/ark/runtime_core/runtime/include/
Dgc_task.h65 virtual void Release(mem::InternalAllocatorPtr allocator);
/ark/runtime_core/tests/cts-generator/
DCMakeLists.txt84 if (CMAKE_BUILD_TYPE STREQUAL "Release")
97 if (CMAKE_BUILD_TYPE STREQUAL "Release")
/ark/js_runtime/ecmascript/
Djs_serializer.h215 std::unique_ptr<SerializationData> Release();
Djs_serializer.cpp1382 std::unique_ptr<SerializationData> Serializer::Release() in Release() function in panda::ecmascript::Serializer
/ark/runtime_core/
DCMakeLists.txt51 if (NOT "${CMAKE_BUILD_TYPE}" MATCHES "Release" AND NOT PANDA_TARGET_WINDOWS)
/ark/runtime_core/libpandabase/os/
Ddebug_info.cpp31 void Release() in Release() function in panda::DwarfGuard
/ark/runtime_core/tests/
DCMakeLists.txt136 if (DEFINED ARG_SEARCH_DEBUG_STDERR AND NOT (CMAKE_BUILD_TYPE MATCHES Release))
250 if (DEFINED ARG_SEARCH_DEBUG_STDERR AND NOT (CMAKE_BUILD_TYPE MATCHES Release))
/ark/runtime_core/docs/
Druntime-compiled_code-interaction.md98 Release of the stack frame could be done by restoring values of `stack pointer` and `frame pointer`…
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp390 data = serializer.Release(); in SerializeValue()