Home
last modified time | relevance | path

Searched refs:Detach (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dworker_thread.h47 thread->Detach(); in DetachThread()
58 void Detach() in Detach() function in ark::scheduler::WorkerThread
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_sendable_arraybuffer_test.cpp129 * @tc.name: Detach
146 arrBuf->Detach(thread); in HWTEST_F_L0()
153 * @tc.name: Detach
170 arrBuf->Detach(thread, true); in HWTEST_F_L0()
177 * @tc.name: Detach
192 arrBuf->Detach(thread); in HWTEST_F_L0()
195 arrBuf->Detach(thread); in HWTEST_F_L0()
H A Djs_array_buffer_test.cpp65 * @tc.name: Attach & Detach & IsDetach
92 arrBuf->Detach(thread); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_native_pointer.cpp35 void JSNativePointer::Detach() in Detach() function in panda::ecmascript::JSNativePointer
H A Djs_native_pointer.h39 void Detach();
H A Djs_arraybuffer.h32 void Detach(JSThread *thread, bool transferWithNativeAreaAllocator = false, bool isSerialize = false);
H A Djs_arraybuffer.cpp57 void JSArrayBuffer::Detach(JSThread *thread, bool transferWithNativeAreaAllocator, bool isSerialize) in Detach() function in panda::ecmascript::JSArrayBuffer
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer/
H A Darraybufferrefnewwithtwoparameters_fuzzer.cpp65 arrayBuffer->Detach(vm); in ArrayBufferRef_New_IsDetach_Detach_ByteLength_GetBuffer_FuzzTest()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.h32 void Detach(JSThread *thread, bool transferWithNativeAreaAllocator = false);
H A Djs_sendable_arraybuffer.cpp61 void JSSendableArrayBuffer::Detach(JSThread *thread, bool transferWithNativeAreaAllocator) in Detach() function in panda::ecmascript::JSSendableArrayBuffer
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnew_fuzzer/
H A Darraybufferrefnew_fuzzer.cpp49 arrayBuffer->Detach(vm); in ArrayBufferRef_New_IsDetach_Detach_ByteLength_GetBuffer_FuzzTest()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp325 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach() function
365 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp265 arrayBuffer->Detach(thread_, arrayBuffer->GetWithNativeAreaAllocator(), true); in SerializeObjectImpl()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp505 HWTEST_F_L0(JSNApiTests, Detach) in HWTEST_F_L0()
510 arraybuffer->Detach(vm_); in HWTEST_F_L0()
H A Djsnapi_first_tests.cpp488 void *Detach() in Detach() function in panda::test::JSNApiTests
511 auto info = CreateNativeBindingInfo(reinterpret_cast<void *>(Attach), reinterpret_cast<void *>(Detach)); in HWTEST_F_L0()
599 auto info = CreateNativeBindingInfo(reinterpret_cast<void *>(Attach), reinterpret_cast<void *>(Detach)); in HWTEST_F_L0()
H A Djsnapi_second_tests.cpp1698 res->Detach(vm_); in HWTEST_F_L0()
H A Djsnapi_sample.cpp2122 arrayBuffer->Detach(vm_); in HWTEST_F_L0()
2148 arrayBuffer->Detach(vm_); in HWTEST_F_L0()
H A Dffi_workload.cpp895 (void)arrayBuffer->Detach(vm_); in HWTEST_F_L0()
898 TEST_TIME(ArrayBufferRef::Detach); in HWTEST_F_L0()
907 arrayBuffer->Detach(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1074 void Detach(const EcmaVM *vm);
1087 void Detach(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1385 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach() function
1421 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
1452 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1101 arrayBuffer->Detach(vm->GetJSThread()); in DetachedArraybuffer()
1108 arrayBuffer->Detach(vm->GetJSThread()); in DetachedArraybuffer()
3091 void ArrayBufferRef::Detach(const EcmaVM *vm) in Detach() function in panda::ArrayBufferRef
3097 arrayBuffer->Detach(thread); in Detach()
3137 void SendableArrayBufferRef::Detach(const EcmaVM *vm) in Detach() function in panda::SendableArrayBufferRef
3142 arrayBuffer->Detach(thread); in Detach()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp853 arrBuf->Detach(thread);

Completed in 50 milliseconds