Home
last modified time | relevance | path

Searched refs:FreeBufferFunc (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapivalue_fuzzer/
H A Djsnapivalue_fuzzer.cpp36 Local<NativePointerRef> res_vps = NativePointerRef::New(vm_, vps, NativeAreaAllocator::FreeBufferFunc, vps1, 0); in JSNApiValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dnative_area_allocator.cpp134 void NativeAreaAllocator::FreeBufferFunc([[maybe_unused]] void *env, void *buffer, void *data) in FreeBufferFunc() function in panda::ecmascript::NativeAreaAllocator
H A Dnative_area_allocator.h52 static void FreeBufferFunc(void *env, void* buffer, void* data);
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_test_common.h214 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 Dbase_deserializer.cpp245 np->SetDeleter(NativeAreaAllocator::FreeBufferFunc); in ResetNativePointerBuffer()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp242 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 Dserializer_test.cpp1831 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 Dffi_workload.cpp7840 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