Searched refs:Compact (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/ARM/
H A Deh-directive-unwind_raw.s62 @ CHECK: Model: Compact (Inline)
70 @ CHECK: Model: Compact (Inline)
80 @ CHECK: Model: Compact
91 @ CHECK: Model: Compact (Inline)
99 @ CHECK: Model: Compact (Inline)
H A Deh-compact-pr0.s55 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
92 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
H A Deh-compact-pr1.s42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
/external/libchrome/base/
H A Dobserver_list.h116 void Compact();
145 list_->Compact();
207 void ObserverListBase<ObserverType>::Compact() { function in class:base::ObserverListBase
226 ObserverListBase<ObserverType>::Compact();
H A Dcallback_list.h141 list_->Compact();
175 // Compact the list: remove any entries which were NULLed out during
177 void Compact() { function in class:base::internal::CallbackListBase
H A Did_map.h190 map_->Compact();
256 void Compact() { function in class:IDMap
/external/skia/src/core/
H A DSkMipMap.cpp30 static uint32_t Compact(const Sk4h& x) { function in struct:ColorTypeFilter_8888
45 static uint32_t Compact(const Sk4h& x) { function in struct:ColorTypeFilter_S32
58 static uint16_t Compact(uint32_t x) { function in struct:ColorTypeFilter_565
68 static uint16_t Compact(uint32_t x) { function in struct:ColorTypeFilter_4444
78 static uint8_t Compact(unsigned x) { function in struct:ColorTypeFilter_8
88 static uint64_t Compact(const Sk4f& x) { function in struct:ColorTypeFilter_F16
139 d[i] = F::Compact(shift_right(c, 1));
158 d[i] = F::Compact(shift_right(c, 2));
175 d[i] = F::Compact(shift_right(c, 1));
193 d[i] = F::Compact(shift_righ
[all...]
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dunwind.s155 @ CHECK: Model: Compact (Inline)
171 @ CHECK: Model: Compact (Inline)
189 @ CHECK: Model: Compact
220 @ CHECK: Model: Compact (Inline)
235 @ CHECK: Model: Compact (Inline)
253 @ CHECK: Model: Compact (Inline)
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.cc350 if (compact) Compact();
399 Compact();
688 if (compact) Compact();
702 if (compact) Compact();
706 void Compact() { function in class:v8::internal::HCheckTable
/external/v8/src/heap/
H A Dheap.cc5791 array->Compact<WeakFixedArray::NullCallback>();
5804 array->Compact<JSObject::PrototypeRegistryCompactionCallback>();
/external/v8/src/
H A Dobjects.h2991 void Compact();
6064 // Compact by removing cleared weak cells and return true if there was
6066 bool Compact();
H A Dobjects.cc10198 void WeakFixedArray::Compact() { function in class:v8::internal::WeakFixedArray
10238 template void WeakFixedArray::Compact<WeakFixedArray::NullCallback>();
10240 WeakFixedArray::Compact<JSObject::PrototypeRegistryCompactionCallback>();
15222 if (entries->Compact()) return entries;
15231 bool DependentCode::Compact() { function in class:v8::internal::DependentCode

Completed in 1010 milliseconds