/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_array_buffer_test.cpp | 82 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/ |
D | shared_mm.cpp | 27 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
|
D | shared_mm.h | 42 void FreeBuffer(void *mem);
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | native_area_allocator.cpp | 114 void NativeAreaAllocator::FreeBuffer(void *mem) in FreeBuffer() function in panda::ecmascript::NativeAreaAllocator 137 allocator->FreeBuffer(buffer); in FreeBufferFunc()
|
D | native_area_allocator.h | 43 void FreeBuffer(void *mem); 79 FreeBuffer(ptr); in Delete()
|
D | work_manager.cpp | 51 heap_->GetNativeAreaAllocator()->FreeBuffer( in ~WorkManager() 131 heap_->GetNativeAreaAllocator()->FreeBuffer(reinterpret_cast<void *>( in Finish()
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | global_intl_helper.h | 146 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/ |
D | js_pandafile_manager.h | 86 static void FreeBuffer(void *mem); 98 static void FreeBuffer(void *mem);
|
D | js_pandafile_manager.cpp | 515 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
|
D | js_pandafile.cpp | 102 JSPandaFileManager::FreeBuffer(methodLiterals_); in ~JSPandaFile()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_relative_time_format.h | 85 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuRTFFormatter()
|
D | js_number_format.h | 109 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(icuNumberformat); in FreeIcuNumberformat()
|
D | js_plural_rules.cpp | 42 reinterpret_cast<EcmaVM *>(hint)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuNumberFormatter() 80 reinterpret_cast<EcmaVM *>(hint)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuPluralRules()
|
D | js_locale.h | 178 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuLocale()
|
D | js_date_time_format.cpp | 126 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeIcuLocale() 167 reinterpret_cast<EcmaVM *>(data)->GetNativeAreaAllocator()->FreeBuffer(pointer); in FreeSimpleDateFormat()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_deregister.cpp | 52 allocator->FreeBuffer(pointer); in FreeModuleRecord()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 103384 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);
|