Home
last modified time | relevance | path

Searched refs:FreeBuffer (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_buffer_test.cpp82 vm->GetNativeAreaAllocator()->FreeBuffer(toBuffer); in HWTEST_F_L0()
83 vm->GetNativeAreaAllocator()->FreeBuffer(data); in HWTEST_F_L0()
84 vm->GetNativeAreaAllocator()->FreeBuffer(formBuffer); in HWTEST_F_L0()
119 vm->GetNativeAreaAllocator()->FreeBuffer(buffer); in HWTEST_F_L0()
120 vm->GetNativeAreaAllocator()->FreeBuffer(data); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/shared_mm/
Dshared_mm.cpp27 FreeBuffer(const_cast<void *>(pointer)); in ~JSSharedMemoryManager()
71 FreeBuffer(const_cast<void *>(pointer)); in DecreaseRefSharedMemory()
100 void JSSharedMemoryManager::FreeBuffer(void *mem) in FreeBuffer() function in panda::ecmascript::JSSharedMemoryManager
Dshared_mm.h42 void FreeBuffer(void *mem);
/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp114 void NativeAreaAllocator::FreeBuffer(void *mem) in FreeBuffer() function in panda::ecmascript::NativeAreaAllocator
137 allocator->FreeBuffer(buffer); in FreeBufferFunc()
Dnative_area_allocator.h43 void FreeBuffer(void *mem);
79 FreeBuffer(ptr); in Delete()
Dwork_manager.cpp51 heap_->GetNativeAreaAllocator()->FreeBuffer( in ~WorkManager()
131 heap_->GetNativeAreaAllocator()->FreeBuffer(reinterpret_cast<void *>( in Finish()
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h146 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeCollatorFormat()
157 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeNumberFormat()
168 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeDateTimeFormat()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h86 static void FreeBuffer(void *mem);
98 static void FreeBuffer(void *mem);
Djs_pandafile_manager.cpp515 void JSPandaFileManager::FreeBuffer(void *mem) in FreeBuffer() function in panda::ecmascript::JSPandaFileManager
517 JSPandaFileAllocator::FreeBuffer(mem); in FreeBuffer()
520 void JSPandaFileManager::JSPandaFileAllocator::FreeBuffer(void *mem) in FreeBuffer() function in panda::ecmascript::JSPandaFileManager::JSPandaFileAllocator
Djs_pandafile.cpp102 JSPandaFileManager::FreeBuffer(methodLiterals_); in ~JSPandaFile()
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.h85 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuRTFFormatter()
Djs_number_format.h109 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(icuNumberformat); in FreeIcuNumberformat()
Djs_plural_rules.cpp42 reinterpret_cast<EcmaVM *>(hint)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuNumberFormatter()
80 reinterpret_cast<EcmaVM *>(hint)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuPluralRules()
Djs_locale.h178 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuLocale()
Djs_date_time_format.cpp126 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuLocale()
167 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeSimpleDateFormat()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp52 allocator->FreeBuffer(pointer); in FreeModuleRecord()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js103384 this.FreeBuffer(this.m_forceBuffer, this.m_internalAllocatedCapacity);
103385 this.FreeBuffer(this.m_weightBuffer, this.m_internalAllocatedCapacity);
103386 this.FreeBuffer(this.m_staticPressureBuffer, this.m_internalAllocatedCapacity);
103387 this.FreeBuffer(this.m_accumulationBuffer, this.m_internalAllocatedCapacity);
103388 this.FreeBuffer(this.m_accumulation2Buffer, this.m_internalAllocatedCapacity);
103389 this.FreeBuffer(this.m_depthBuffer, this.m_internalAllocatedCapacity);
103390 this.FreeBuffer(this.m_groupBuffer, this.m_internalAllocatedCapacity);
103865 FreeBuffer(t, e) { method in anonymousFunction47c28f46f9500.anonymousFunction47c28f46f9600.Un
103869 … 0 === t.userSuppliedCapacity && this.FreeBuffer(t.data, this.m_internalAllocatedCapacity);