HomeSort by relevance Sort by last modified time
    Searched defs:Compact (Results 1 - 11 of 11) sorted by null

  /build/kati/
expr.h 42 virtual Value* Compact() { return this; }
  /external/libchrome/base/
callback_list.h 142 list_->Compact();
176 // Compact the list: remove any entries which were NULLed out during
178 void Compact() {
observer_list.h 116 void Compact();
145 list_->Compact();
207 void ObserverListBase<ObserverType>::Compact() {
226 ObserverListBase<ObserverType>::Compact();
id_map.h 190 map_->Compact();
256 void Compact() {
  /external/libweave/third_party/chromium/base/
callback_list.h 142 list_->Compact();
176 // Compact the list: remove any entries which were NULLed out during
178 void Compact() {
observer_list.h 112 void Compact();
139 list_->Compact();
202 void ObserverListBase<ObserverType>::Compact() {
221 ObserverListBase<ObserverType>::Compact();
  /external/skia/src/core/
SkMipMap.cpp 28 static uint32_t Compact(const Sk4h& x) {
37 static uint32_t Compact(uint64_t x) {
48 static uint16_t Compact(uint32_t x) {
58 static uint16_t Compact(uint32_t x) {
68 static uint8_t Compact(unsigned x) {
99 d[i] = F::Compact(c >> 2);
122 d[i] = F::Compact(c >> 3);
143 d[i] = F::Compact(c >> 3);
171 d[i] = F::Compact(c >> 4);
  /art/runtime/gc/collector/
mark_compact.cc 54 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
110 CHECK(space_->CanMoveObjects()) << "Attempting compact non-movable space from " << *space_;
243 Compact();
378 void MarkCompact::Compact() {
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 318 bool compact = false; local
338 compact = true;
350 if (compact) Compact();
399 Compact();
675 bool compact = false; local
681 compact = true;
688 if (compact) Compact();
693 bool compact = false local
    [all...]
  /art/runtime/gc/
heap.cc 90 // Whether or not we compact the zygote in PreZygoteFork.
359 // We may use the same space the main space for the non moving space if we don't need to compact
    [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 1891 milliseconds