/arkcompiler/runtime_core/static_core/runtime/scheduler/ |
H A D | worker_thread.h | 47 thread->Detach(); in DetachThread() 58 void Detach() in Detach() function in ark::scheduler::WorkerThread
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_sendable_arraybuffer_test.cpp | 129 * @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 D | js_array_buffer_test.cpp | 65 * @tc.name: Attach & Detach & IsDetach 92 arrBuf->Detach(thread); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_native_pointer.cpp | 35 void JSNativePointer::Detach() in Detach() function in panda::ecmascript::JSNativePointer
|
H A D | js_native_pointer.h | 39 void Detach();
|
H A D | js_arraybuffer.h | 32 void Detach(JSThread *thread, bool transferWithNativeAreaAllocator = false, bool isSerialize = false);
|
H A D | js_arraybuffer.cpp | 57 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 D | arraybufferrefnewwithtwoparameters_fuzzer.cpp | 65 arrayBuffer->Detach(vm); in ArrayBufferRef_New_IsDetach_Detach_ByteLength_GetBuffer_FuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_sendable_arraybuffer.h | 32 void Detach(JSThread *thread, bool transferWithNativeAreaAllocator = false);
|
H A D | js_sendable_arraybuffer.cpp | 61 void JSSendableArrayBuffer::Detach(JSThread *thread, bool transferWithNativeAreaAllocator) in Detach() function in panda::ecmascript::JSSendableArrayBuffer
|
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnew_fuzzer/ |
H A D | arraybufferrefnew_fuzzer.cpp | 49 arrayBuffer->Detach(vm); in ArrayBufferRef_New_IsDetach_Detach_ByteLength_GetBuffer_FuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | json_stringifier_test.cpp | 325 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 D | value_serializer.cpp | 265 arrayBuffer->Detach(thread_, arrayBuffer->GetWithNativeAreaAllocator(), true); in SerializeObjectImpl()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_third_tests.cpp | 505 HWTEST_F_L0(JSNApiTests, Detach) in HWTEST_F_L0() 510 arraybuffer->Detach(vm_); in HWTEST_F_L0()
|
H A D | jsnapi_first_tests.cpp | 488 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 D | jsnapi_second_tests.cpp | 1698 res->Detach(vm_); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 2122 arrayBuffer->Detach(vm_); in HWTEST_F_L0() 2148 arrayBuffer->Detach(vm_); in HWTEST_F_L0()
|
H A D | ffi_workload.cpp | 895 (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 D | jsnapi_expo.h | 1074 void Detach(const EcmaVM *vm); 1087 void Detach(const EcmaVM *vm);
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
H A D | serializer_test.cpp | 1385 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 D | jsnapi_expo.cpp | 1101 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 D | builtins_ark_tools.cpp | 853 arrBuf->Detach(thread);
|