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

  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 9 // Compact appends to dst the JSON-encoded src with
11 func Compact(dst *bytes.Buffer, src []byte) error {
12 return compact(dst, src, false)
15 func compact(dst *bytes.Buffer, src []byte, escape bool) error { func
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 9 // Compact appends to dst the JSON-encoded src with
11 func Compact(dst *bytes.Buffer, src []byte) error {
12 return compact(dst, src, false)
15 func compact(dst *bytes.Buffer, src []byte, escape bool) error { func
  /tools/dexter/dexter/
dissasembler.h 69 // Compact - CFG with non-exceptional flow only
71 enum class CfgType { None, Compact, Verbose };
  /build/kati/
expr.h 42 virtual Value* Compact() { return this; }
func.go 986 func (f *funcShell) Compact() Value {
1005 glog.Infof("shell compact apply %s for %s", sb.name, exp)
1006 return sb.compact(f, v)
1009 glog.V(1).Infof("shell compact no match: %s", exp)
1128 func (f *funcEval) Compact() Value {
1250 // TODO(ukai): compute parsed expr in Compact when f.rhs is
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 24 // Compact performs garbage collection on a profile to remove any
27 func (p *Profile) Compact() *Profile {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 24 // Compact performs garbage collection on a profile to remove any
27 func (p *Profile) Compact() *Profile {
  /external/libchrome/base/
callback_list.h 141 list_->Compact();
175 // Compact the list: remove any entries which were NULLed out during
177 void Compact() {
observer_list.h 166 void Compact();
204 list_->Compact();
319 void ObserverListBase<ObserverType>::Compact() {
337 ObserverListBase<ObserverType>::Compact();
id_map.h 161 map_->Compact();
225 void Compact() {
  /art/runtime/gc/collector/
mark_compact.cc 57 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
117 CHECK(space_->CanMoveObjects()) << "Attempting compact non-movable space from " << *space_;
250 Compact();
386 void MarkCompact::Compact() {
  /external/skia/src/core/
SkMipMap.cpp 31 static uint32_t Compact(const Sk4h& x) {
46 static uint32_t Compact(const Sk4h& x) {
59 static uint16_t Compact(uint32_t x) {
69 static uint16_t Compact(uint32_t x) {
79 static uint8_t Compact(unsigned x) {
89 static uint64_t Compact(const Sk4f& x) {
140 d[i] = F::Compact(shift_right(c, 1));
159 d[i] = F::Compact(shift_right(c, 2));
176 d[i] = F::Compact(shift_right(c, 1));
194 d[i] = F::Compact(shift_right(c, 2))
    [all...]
  /external/skqp/src/core/
SkMipMap.cpp 30 static uint32_t Compact(const Sk4h& x) {
45 static uint32_t Compact(const Sk4h& x) {
58 static uint16_t Compact(uint32_t x) {
68 static uint16_t Compact(uint32_t x) {
78 static uint8_t Compact(unsigned x) {
88 static uint64_t Compact(const Sk4f& x) {
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_right(c, 2))
    [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 319 bool compact = false; local
339 compact = true;
351 if (compact) Compact();
400 Compact();
676 bool compact = false; local
682 compact = true;
689 if (compact) Compact();
694 bool compact = false local
    [all...]
  /art/runtime/gc/
heap.cc 108 // Whether or not we compact the zygote in PreZygoteFork.
350 // 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 1335 milliseconds