Home
last modified time | relevance | path

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

12

/external/v8/src/regexp/
Dregexp-stack.cc52 DeleteArray(thread_local_.memory_); in Reset()
60 DeleteArray(memory_); in Free()
77 DeleteArray(thread_local_.memory_); in EnsureCapacity()
Djsregexp-inl.h22 DeleteArray(register_array_); in ~GlobalCache()
/external/v8/src/profiler/
Dstrings-storage.cc28 DeleteArray(reinterpret_cast<const char*>(p->value)); in ~StringsStorage()
63 DeleteArray(str); in AddOrDisposeString()
73 DeleteArray(str.start()); in GetVFormatted()
/external/v8/src/
Didentity-map.cc26 DeleteArray(keys_); in Clear()
27 DeleteArray(values_); in Clear()
285 DeleteArray(old_keys); in Resize()
286 DeleteArray(old_values); in Resize()
Didentity-map.h57 virtual void DeleteArray(void* array) = 0;
171 void DeleteArray(void* array) override { allocator_.Delete(array); } in DeleteArray() function
Dutils.cc164 DeleteArray(result); in ReadLine()
192 DeleteArray(result); in ReadLine()
226 DeleteArray(result); in ReadCharsFromFile()
Dvector.h112 DeleteArray(start_); in Dispose()
171 DeleteArray(this->start()); in ~ScopedVector()
Dallocation.h53 void DeleteArray(T* array) { in DeleteArray() function
Dapi.h408 DeleteArray(spare_);
481 if (spare_ != NULL) DeleteArray(spare_);
506 DeleteArray(spare_);
640 DeleteArray(spare_);
Djson-stringifier.h18 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier()
Dcompilation-cache.h30 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()
Dstring-stream.h34 ~HeapStringAllocator() { DeleteArray(space_); } in ~HeapStringAllocator()
Dlog-utils.cc96 DeleteArray(message_buffer_); in Close()
Dv8threads.cc188 DeleteArray<char>(data_); in ~ThreadState()
Dflags.cc93 if (owns_ptr_ && *ptr != NULL) DeleteArray(*ptr); in set_string_value()
Dconversions.cc265 DeleteArray(rep); in DoubleToFixedCString()
Dstring-stream.cc537 DeleteArray(space_); in grow()
/external/v8/src/heap/
Dslot-set.h230 DeleteArray<base::AtomicValue<uint32_t>>(top); in FreeToBeFreedBuckets()
274 DeleteArray<base::AtomicValue<uint32_t>>(bucket[bucket_index].Value()); in ReleaseBucket()
527 ~Chunk() { DeleteArray(buffer.Value()); } in ~Chunk()
/external/v8/src/snapshot/
Dserializer.h46 DeleteArray(static_cast<const char*>(p->value)); in ~NameMap()
65 DeleteArray(static_cast<char*>(entry->value)); in Remove()
Dserializer-common.h244 if (owns_data_) DeleteArray<byte>(data_); in ~SerializedData()
Dserializer.cc51 DeleteArray(instance_type_count_); in ~Serializer()
52 DeleteArray(instance_type_size_); in ~Serializer()
/external/v8/src/parsing/
Dpreparse-data.h21 if (owns_data_) DeleteArray(data_); in ~ScriptData()
/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc88 DeleteArray(input_queue_); in ~OptimizingCompileDispatcher()
/external/v8/src/builtins/
Dbuiltins-number.cc378 DeleteArray(str); in BUILTIN()
421 DeleteArray(str); in BUILTIN()
485 DeleteArray(str); in BUILTIN()
544 DeleteArray(str); in BUILTIN()
/external/v8/src/ast/
Dprettyprinter.cc489 DeleteArray(output_); in Print()
596 DeleteArray(output_); in ~AstPrinter()

12