Home
last modified time | relevance | path

Searched refs:DeleteArray (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc50 if (owns_memory_) DeleteArray(memory_); in ResetToStaticStack()
62 if (owns_memory_) DeleteArray(memory_); in FreeAndInvalidate()
82 if (thread_local_.owns_memory_) DeleteArray(thread_local_.memory_); in EnsureCapacity()
/third_party/node/deps/v8/src/profiler/
Dstrings-storage.cc26 DeleteArray(reinterpret_cast<const char*>(p->key)); in ~StringsStorage()
62 DeleteArray(str); in AddOrDisposeString()
73 DeleteArray(str.begin()); in GetVFormatted()
163 DeleteArray(str); in Release()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-number.cc62 DeleteArray(str); in BUILTIN()
107 DeleteArray(str); in BUILTIN()
185 DeleteArray(str); in BUILTIN()
/third_party/node/deps/v8/src/zone/
Dzone.h130 void DeleteArray(T* pointer, size_t length) { in DeleteArray() function
301 V8_INLINE void DeleteArray(T* p, size_t length) { in DeleteArray() function
302 zone()->DeleteArray<T, TypeTag>(p, length); in DeleteArray()
Dzone-list-inl.h77 if (data_) zone->DeleteArray<T>(data_, capacity_); in Resize()
118 if (data_) zone->DeleteArray<T>(data_, capacity_); in Clear()
Dzone-allocator.h61 void deallocate(T* p, size_t length) { zone_->DeleteArray<T>(p, length); } in deallocate()
/third_party/node/deps/v8/src/utils/
Dallocation.h61 void DeleteArray(T* array) { in DeleteArray() function
67 void operator()(T* array) { DeleteArray(array); } in operator()
88 V8_INLINE void DeleteArray(T* p, size_t length) { in DeleteArray() function
Dutils.cc76 DeleteArray(result); in ReadLine()
102 DeleteArray(result); in ReadLine()
Didentity-map.h219 allocator_.template DeleteArray<uintptr_t, Buffer>(array, length); in DeletePointerArray()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc27 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier()
966 DeleteArray(hex); in SerializeStringUnchecked_()
974 DeleteArray(hex); in SerializeStringUnchecked_()
984 DeleteArray(hex); in SerializeStringUnchecked_()
1032 DeleteArray(hex); in SerializeString_()
1040 DeleteArray(hex); in SerializeString_()
1050 DeleteArray(hex); in SerializeString_()
/third_party/node/deps/v8/src/base/
Dhashmap.h29 V8_INLINE void DeleteArray(T* p, size_t length) { in DeleteArray() function
106 impl_.allocator().DeleteArray(impl_.map_, capacity()); in Invalidate()
208 if (impl_.map_) impl_.allocator().DeleteArray(impl_.map_, capacity()); in ~TemplateHashMapImpl()
431 impl_.allocator().DeleteArray(old_map, old_capacity); in Resize()
/third_party/node/deps/v8/src/api/
Dapi.h353 ~HandleScopeImplementer() { DeleteArray(spare_); } in ~HandleScopeImplementer()
393 if (spare_ != nullptr) DeleteArray(spare_); in ReturnBlock()
421 DeleteArray(spare_); in Free()
516 DeleteArray(spare_); in DeleteExtensions()
/third_party/node/deps/v8/src/snapshot/
Dsnapshot-data.h37 if (owns_data_) DeleteArray<byte>(data_); in ~SerializedData()
Dserializer.h54 DeleteArray(static_cast<const char*>(p->value)); in ~NameMap()
74 DeleteArray(static_cast<char*>(entry->value)); in Remove()
Dcode-serializer.h21 if (owns_data_) DeleteArray(data_); in ~AlignedCachedData()
/third_party/node/deps/v8/src/handles/
Dlocal-handles.cc103 DeleteArray(block_start); in RemoveUnusedBlocks()
Dpersistent-handles.cc31 DeleteArray(block_start); in ~PersistentHandles()
/third_party/node/deps/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc81 DeleteArray(input_queue_); in ~OptimizingCompileDispatcher()
/third_party/node/deps/v8/src/strings/
Dstring-stream.h38 ~HeapStringAllocator() override { DeleteArray(space_); } in ~HeapStringAllocator()
Dstring-stream.cc466 DeleteArray(space_); in grow()
/third_party/node/deps/v8/src/flags/
Dflags.cc180 if (owns_ptr_ && *ptr != nullptr) DeleteArray(*ptr); in set_string_value()
184 if (owns_ptr && value != nullptr) DeleteArray(value); in set_string_value()
/third_party/node/deps/v8/src/execution/
Dv8threads.cc180 ThreadState::~ThreadState() { DeleteArray<char>(data_); } in ~ThreadState()
/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc665 DeleteArray(output_); in Print()
764 DeleteArray(output_); in ~AstPrinter()
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc718 DeleteArray(str); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/numbers/
Dconversions.cc1192 DeleteArray(rep); in DoubleToFixedCString()

12