HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 326 - 350 of 633) sorted by null

<<11121314151617181920>>

  /art/runtime/gc/accounting/
mod_union_table.h 33 namespace gc { namespace in namespace:art
50 // cleared between GC phases, reducing the number of dirty cards that need to be scanned.
159 } // namespace gc
  /art/runtime/gc/collector/
garbage_collector.h 23 #include "gc/collector_type.h"
24 #include "gc/gc_cause.h"
30 namespace gc { namespace in namespace:art
45 // Freed bytes are signed since the GC can free negative bytes if it promotes objects to a space
50 // A information related single garbage collector iteration. Since we only ever have one GC running
62 // Returns how long the GC took to complete in nanoseconds.
144 // Swap the live and mark bitmaps of spaces that are active for the collector. For partial GC,
145 // this is the allocation space, for full GC then we swap the zygote bitmaps too.
163 // Returns how many GC iterations have been run.
167 // Returns the current GC iteration and assocated info
    [all...]
  /art/runtime/gc/
reference_processor.h 36 namespace gc { namespace in namespace:art
102 // Reference queues used by the GC.
110 } // namespace gc
heap.h 27 #include "gc/accounting/atomic_stack.h"
28 #include "gc/accounting/card_table.h"
29 #include "gc/gc_cause.h"
30 #include "gc/collector/garbage_collector.h"
31 #include "gc/collector/gc_type.h"
32 #include "gc/collector_type.h"
57 namespace gc { namespace in namespace:art
107 // Reject due to disabled moving GC.
261 // Enables us to compacting GC until objects are released.
271 // Does a concurrent GC, should only be called by the GC daemon threa
    [all...]
  /art/runtime/mirror/
object_array.h 34 gc::AllocatorType allocator_type)
object.cc 28 #include "gc/accounting/card_table-inl.h"
29 #include "gc/heap.h"
85 gc::Heap* heap = Runtime::Current()->GetHeap();
126 gc::Heap* heap = Runtime::Current()->GetHeap();
176 // A GC may have occurred when we switched to kBlocked.
  /art/runtime/
parsed_options_test.cc 53 options.push_back(std::make_pair("-verbose:gc,class,jni", null));
74 EXPECT_TRUE(VLOG_IS_ON(gc));
intern_table.h 30 namespace gc { namespace in namespace:art
34 } // namespace gc
93 void AddImageStringsToTable(gc::space::ImageSpace* image_space)
  /external/chromium_org/ui/native_theme/
native_theme_aura.h 37 virtual void PaintArrowButton(SkCanvas* gc,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-fast-literal-transition.js 28 // Flags: --allow-natives-syntax --always-opt --expose-gc
44 default: gc();
60 // Step 3: Cause a GC while broken clone of boilerplate is on the heap,
regress-123919.js 28 // Flags: --allow-natives-syntax --gc-global
regress-331444.js 28 // Flags: --expose-gc
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 107 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect)
116 gc->save();
124 gc->translate(static_cast<float>(-origin.x()), static_cast<float>(-origin.y()));
126 WebCanvas* canvas = gc->canvas();
131 gc->restore();
336 bool WebPluginContainerImpl::printPage(int pageNumber, GraphicsContext* gc)
338 gc->save();
339 WebCanvas* canvas = gc->canvas();
341 gc->restore();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 285 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
286 return gc ? gc->currentDrawable : 0;
429 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
430 if (NULL == gc) return NULL;
431 return gc->currentDpy;
529 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
530 return gc ? gc->currentReadable : 0;
    [all...]
xm_dd.c 383 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local
394 ASSERT(gc);
416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
517 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local
527 ASSERT(gc);
549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
615 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local
622 ASSERT(gc);
629 XCopyArea(dpy, srcXrb->pixmap, dstXrb->pixmap, gc,
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 285 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
286 return gc ? gc->currentDrawable : 0;
429 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
430 if (NULL == gc) return NULL;
431 return gc->currentDpy;
529 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
530 return gc ? gc->currentReadable : 0;
    [all...]
xm_dd.c 383 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local
394 ASSERT(gc);
416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
517 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local
527 ASSERT(gc);
549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
615 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local
622 ASSERT(gc);
629 XCopyArea(dpy, srcXrb->pixmap, dstXrb->pixmap, gc,
  /art/compiler/llvm/
runtime_support_builder.cc 19 #include "gc/accounting/card_table.h"
191 irb_.getPtrEquivInt(gc::accounting::CardTable::kCardShift));
193 irb_.CreateStore(irb_.getInt8(gc::accounting::CardTable::kCardDirty), card_table_entry,
  /external/chromium_org/v8/test/webkit/
getter-setter-gc.js 33 // Force a gc
  /external/jdiff/src/jdiff/
JDiff.java 224 System.gc(); // Clean up after running ANT
239 System.gc(); // Clean up after running ANT
  /external/chromium_org/third_party/speex/libspeex/
sb_celp.c 642 spx_word16_t gc; /*Q7*/ local
647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el);
651 gc = MULT16_16_P15(QCONST16(0.70711f,15),gc);
652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/
654 int qgc = scal_quant(gc, gc_quant_bound, 16);
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc);
661 scale = SHL32(MULT16_16(PDIV32_16(SHL32(EXTEND32(gc),SIG_SHIFT-6),filter_ratio),(1+el)),6)
1043 spx_word16_t gc; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 134 gc();
150 gc();
154 void gc() { V8GCController::collectGarbage(v8::Isolate::GetCurrent()); } function in class:__anon15525::ScriptPromisePropertyTestBase
257 gc();
261 gc();
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 641 GC gc = XCreateGC(display_, window_, 0, 0); local
642 XSetForeground(display_, gc, color.pixel);
643 XSetFillStyle(display_, gc, FillSolid);
646 XFillRectangle(display_, window_, gc, 0, 0, width, height);
647 XFreeGC(display_, gc);
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 292 errln("TimeZone problems with GC");
456 GregorianCalendar *gc = new GregorianCalendar(status); local
459 delete gc;
463 gc->set(1997, 3, 1, 15, 16, 17); // April 1, 1997
465 gc->set(UCAL_HOUR, 0);
466 gc->set(UCAL_AM_PM, UCAL_AM);
467 gc->set(UCAL_MINUTE, 0);
468 gc->set(UCAL_SECOND, 0);
469 gc->set(UCAL_MILLISECOND, 0);
471 UDate cd = gc->getTime(status)
932 GregorianCalendar *gc = new local
2865 GregorianCalendar *gc = new GregorianCalendar(*TimeZone::getGMT(), status); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 292 errln("TimeZone problems with GC");
456 GregorianCalendar *gc = new GregorianCalendar(status); local
459 delete gc;
463 gc->set(1997, 3, 1, 15, 16, 17); // April 1, 1997
465 gc->set(UCAL_HOUR, 0);
466 gc->set(UCAL_AM_PM, UCAL_AM);
467 gc->set(UCAL_MINUTE, 0);
468 gc->set(UCAL_SECOND, 0);
469 gc->set(UCAL_MILLISECOND, 0);
471 UDate cd = gc->getTime(status)
932 GregorianCalendar *gc = new local
2865 GregorianCalendar *gc = new GregorianCalendar(*TimeZone::getGMT(), status); local
    [all...]

Completed in 691 milliseconds

<<11121314151617181920>>