HomeSort by relevance Sort by last modified time
    Searched refs:Compact (Results 1 - 25 of 38) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.d 9 Compact model index: 3
15 Compact model index: 0
20 Compact model index: 1
24 Compact model index: 3
30 Compact model index: 4
32 Registers restored: \(compact\) A11, B3
36 Compact model index: 0
37 0xa0 0x22 pop compact {A11, B3}
41 Compact model index: 4
43 Registers restored: \(compact\) A11, B
    [all...]
unwind-2.d 9 Compact model index: 3
15 Compact model index: 0
20 Compact model index: 1
24 Compact model index: 3
30 Compact model index: 4
32 Registers restored: \(compact\) A11, B3
36 Compact model index: 0
37 0xa0 0x22 pop compact {A11, B3}
41 Compact model index: 4
43 Registers restored: \(compact\) A11, B
    [all...]
unwind-3.d 8 Compact model index: 3
16 Compact model index: 0
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 62 @ CHECK: Model: Compact (Inline)
70 @ CHECK: Model: Compact (Inline)
80 @ CHECK: Model: Compact
91 @ CHECK: Model: Compact (Inline)
99 @ CHECK: Model: Compact (Inline)
eh-compact-pr0.s 6 @ Check the compact pr0 model
55 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
92 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
eh-compact-pr1.s 4 @ Check the compact pr1 model
42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
  /external/libchrome/base/
observer_list.h 116 void Compact();
145 list_->Compact();
207 void ObserverListBase<ObserverType>::Compact() {
226 ObserverListBase<ObserverType>::Compact();
callback_list.h 142 list_->Compact();
176 // Compact the list: remove any entries which were NULLed out during
178 void Compact() {
id_map.h 190 map_->Compact();
256 void Compact() {
  /external/libweave/third_party/chromium/base/
observer_list.h 112 void Compact();
139 list_->Compact();
202 void ObserverListBase<ObserverType>::Compact() {
221 ObserverListBase<ObserverType>::Compact();
callback_list.h 142 list_->Compact();
176 // Compact the list: remove any entries which were NULLed out during
178 void 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);
  /build/kati/
expr.h 42 virtual Value* Compact() { return this; }
expr.cc 113 virtual Value* Compact() override {
424 return new VarSubst(vname->Compact(), pat, subst);
466 return r->Compact();
486 return r->Compact();
564 return r->Compact();
  /external/v8/src/heap/
store-buffer-inl.h 22 Compact();
store-buffer.cc 114 isolate->heap()->store_buffer()->Compact();
140 Compact();
242 Compact();
372 Compact();
522 void StoreBuffer::Compact() {
store-buffer.h 68 void Compact();
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 155 @ 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/
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/collector/
mark_compact.h 158 // 3 pass mark compact approach.
159 void Compact() REQUIRES(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
mark_compact.cc 54 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
119 CHECK(space_->CanMoveObjects()) << "Attempting compact non-movable space from " << *space_;
256 Compact();
392 void MarkCompact::Compact() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
writertest.cpp 24 TEST(Writer, Compact) {
  /external/opencv3/3rdparty/include/dshow/
dsound.h 438 STDMETHOD(Compact)(THIS) PURE;
455 #define IDirectSound_Compact(p) (p)->lpVtbl->Compact(p)
469 #define IDirectSound_Compact(p) (p)->Compact()
491 STDMETHOD(Compact)(THIS) PURE;
509 #define IDirectSound8_Compact(p) (p)->lpVtbl->Compact(p)
525 #define IDirectSound8_Compact(p) (p)->Compact()
    [all...]
ddraw.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 451 STDMETHOD(Compact)(THIS) PURE;
468 #define IDirectSound_Compact(p) (p)->lpVtbl->Compact(p)
482 #define IDirectSound_Compact(p) (p)->Compact()
504 STDMETHOD(Compact)(THIS) PURE;
522 #define IDirectSound8_Compact(p) (p)->lpVtbl->Compact(p)
538 #define IDirectSound8_Compact(p) (p)->Compact()
    [all...]

Completed in 707 milliseconds

1 2