Searched refs:FreeBufferFunc (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapivalue_fuzzer/ |
H A D | jsnapivalue_fuzzer.cpp | 36 Local<NativePointerRef> res_vps = NativePointerRef::New(vm_, vps, NativeAreaAllocator::FreeBufferFunc, vps1, 0); in JSNApiValueFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | native_area_allocator.cpp | 134 void NativeAreaAllocator::FreeBufferFunc([[maybe_unused]] void *env, void *buffer, void *data) in FreeBufferFunc() function in panda::ecmascript::NativeAreaAllocator
|
H A D | native_area_allocator.h | 52 static void FreeBufferFunc(void *env, void* buffer, void* data);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | ecma_test_common.h | 214 newData, NativeAreaAllocator::FreeBufferFunc, nullptr, nonMovable, 1 * nums * nums); in GcCommonCase() 219 newData1, NativeAreaAllocator::FreeBufferFunc, nullptr, false, 1 * nums * nums); in GcCommonCase() 228 newData2, NativeAreaAllocator::FreeBufferFunc, nullptr, true, 1 * nums * nums); in GcCommonCase()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | base_deserializer.cpp | 245 np->SetDeleter(NativeAreaAllocator::FreeBufferFunc); in ResetNativePointerBuffer()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.cpp | 242 JSHandle<JSNativePointer> pointer = NewJSNativePointer(newData, NativeAreaAllocator::FreeBufferFunc, in NewJSArrayBufferData() 283 JSHandle<JSNativePointer> pointer = NewSJSNativePointer(newData, NativeAreaAllocator::FreeBufferFunc, in NewJSSendableArrayBufferData() 319 sendableArrayBuffer->SetWithNativeAreaAllocator(deleter == NativeAreaAllocator::FreeBufferFunc && in NewJSSendableArrayBuffer() 357 JSHandle<JSNativePointer> pointer = NewJSNativePointer(newData, NativeAreaAllocator::FreeBufferFunc, in NewJSArrayBuffer() 380 arrayBuffer->SetWithNativeAreaAllocator(deleter == NativeAreaAllocator::FreeBufferFunc && in NewJSArrayBuffer() 454 JSHandle<JSNativePointer> pointer = NewJSNativePointer(newBuffer, NativeAreaAllocator::FreeBufferFunc, in NewJSRegExpByteCodeData()
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
H A D | serializer_test.cpp | 1831 length, NativeAreaAllocator::FreeBufferFunc, ecmaVm->GetNativeAreaAllocator()); in HWTEST_F_L0() 1871 length, NativeAreaAllocator::FreeBufferFunc, ecmaVm->GetNativeAreaAllocator()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7840 Local<NativePointerRef> res_vps = NativePointerRef::New(vm_, vps, NativeAreaAllocator::FreeBufferFunc, vps1, 0); in HWTEST_F_L0() 7841 Local<NativePointerRef> res_vpd = NativePointerRef::New(vm_, vpd, NativeAreaAllocator::FreeBufferFunc, vpd1, 0); in HWTEST_F_L0() 7842 Local<NativePointerRef> res_vpc = NativePointerRef::New(vm_, vpc, NativeAreaAllocator::FreeBufferFunc, vpc1, 0); in HWTEST_F_L0() 7843 Local<NativePointerRef> res_vpl = NativePointerRef::New(vm_, vpl, NativeAreaAllocator::FreeBufferFunc, vpl1, 0); in HWTEST_F_L0() 7844 Local<NativePointerRef> res_vpi = NativePointerRef::New(vm_, vpi, NativeAreaAllocator::FreeBufferFunc, vpi1, 0); in HWTEST_F_L0()
|
Completed in 32 milliseconds