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

  /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/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h 43 void Compact();
DWARFDebugArangeSet.cpp 58 DWARFDebugArangeSet::Compact()
97 // compact the ranges before being saved or used.
  /external/v8/src/heap/
store-buffer-inl.h 27 Compact();
store-buffer.cc 99 isolate->heap()->store_buffer()->Compact();
140 Compact();
240 Compact();
254 Compact();
528 void StoreBuffer::Compact() {
store-buffer.h 74 void Compact();
heap.cc 22 #include "src/heap/mark-compact.h"
    [all...]
  /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/openfst/src/include/fst/
compact-fst.h 0 // compact-fst.h
75 // Element Compact(StateId s, const Arc &arc);
108 // Implementation data for Compact Fst, which can shared between otherwise
249 compacts_[pos++] = compactor.Compact(s, A(kNoLabel, kNoLabel,
254 compacts_[pos++] = compactor.Compact(s, aiter.Value());
318 compacts_[i] = compactor.Compact(i, Arc(kNoLabel, kNoLabel,
470 string type = "compact";
727 string type = "compact";
752 string type = "compact";
792 // into the compact arc array (uint32 by default, declared i
    [all...]
  /external/v8/src/
hydrogen-check-elimination.cc 318 bool compact = false; local
338 compact = true;
350 if (compact) Compact();
399 Compact();
666 bool compact = false; local
672 compact = true;
679 if (compact) Compact();
684 bool compact = false local
    [all...]
  /art/runtime/gc/collector/
mark_compact.h 179 // 3 pass mark compact approach.
180 void Compact() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
mark_compact.cc 69 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
134 CHECK(space_->CanMoveObjects()) << "Attempting compact non-movable space from " << *space_;
271 Compact();
416 void MarkCompact::Compact() {
  /external/openfst/src/test/
fst_test.cc 23 #include <fst/compact-fst.h>
63 Element Compact(StateId s, const A &arc) const {
  /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...]
ddraw.h     [all...]
dmusicc.h 661 STDMETHOD(Compact)(THIS) PURE;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 31 Compact encoding::
152 level of 0 will only insert newlines. ``None`` is the most compact
159 ``(',', ':')`` is the most compact JSON representation.
216 level of 0 will only insert newlines. ``None`` is the most compact
223 ``(',', ':')`` is the most compact JSON representation.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 31 Compact encoding::
152 level of 0 will only insert newlines. ``None`` is the most compact
159 ``(',', ':')`` is the most compact JSON representation.
216 level of 0 will only insert newlines. ``None`` is the most compact
223 ``(',', ':')`` is the most compact JSON representation.
  /art/runtime/gc/
heap.cc 91 // Whether or not we compact the zygote in PreZygoteFork.
283 // We may use the same space the main space for the non moving space if we don't need to compact
577 // happen in the future. If this happens and we have kCompactZygote enabled we wish to compact
    [all...]
heap.h 694 // Compact source space to target space. Returns the collector used.
695 collector::GarbageCollector* Compact(space::ContinuousMemMapAllocSpace* target_space,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 428 milliseconds