HomeSort by relevance Sort by last modified time
    Searched refs:_do_destroy (Results 1 - 4 of 4) sorted by null

  /system/core/libutils/
VectorImpl.cpp 64 // We can't call _do_destroy() here because the vtable is already gone.
189 _do_destroy(temp, 1);
197 _do_destroy(next, 1);
204 _do_destroy(next, 1);
211 _do_destroy(temp, 1);
262 _do_destroy(item, 1);
361 _do_destroy(mStorage, mCount);
471 _do_destroy(to, amount);
491 void VectorImpl::_do_destroy(void* storage, size_t num) const
  /system/core/libpixelflinger/codeflinger/tinyutils/
VectorImpl.cpp 67 // We can't call _do_destroy() here because the vtable is already gone.
187 _do_destroy(item, 1);
269 _do_destroy(mStorage, mCount);
366 _do_destroy(to, amount);
389 void VectorImpl::_do_destroy(void* storage, size_t num) const function in class:VectorImpl
VectorImpl.h 117 inline void _do_destroy(void* storage, size_t num) const;
  /system/core/include/utils/
VectorImpl.h 114 inline void _do_destroy(void* storage, size_t num) const;

Completed in 3066 milliseconds