HomeSort by relevance Sort by last modified time
    Searched defs:gc (Results 76 - 100 of 1101) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/gc/
allocation_listener.h 36 namespace gc { namespace in namespace:art
46 } // namespace gc
allocator_type.h 23 namespace gc { namespace in namespace:art
42 } // namespace gc
  /art/runtime/gc/collector/
gc_type.h 23 namespace gc { namespace in namespace:art
29 // Placeholder for when no GC has been performed.
31 // Sticky mark bits GC that attempts to only free objects allocated since the last GC.
33 // Partial GC that marks the application heap but not the Zygote.
35 // Full GC that marks and frees in both the application and Zygote heap.
37 // Number of different GC types.
43 } // namespace gc
object_byte_pair.h 23 namespace gc { namespace in namespace:art
35 // Freed bytes are signed since the GC can free negative bytes if it promotes objects to a space
41 } // namespace gc
sticky_mark_sweep.cc 19 #include "gc/accounting/atomic_stack.h"
20 #include "gc/accounting/card_table.h"
21 #include "gc/heap.h"
22 #include "gc/space/large_object_space.h"
23 #include "gc/space/space-inl.h"
28 namespace gc { namespace in namespace:art
39 // For sticky GC, we want to bind the bitmaps of all spaces as the allocation stack lets us
40 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
66 // incorrect class unloading since the GC does not card mark when storing the class during
81 } // namespace gc
    [all...]
immune_spaces.h 22 #include "gc/space/space.h"
28 namespace gc { namespace in namespace:art
36 // GC.
92 } // namespace gc
semi_space-inl.h 22 #include "gc/accounting/heap_bitmap.h"
26 namespace gc { namespace in namespace:art
83 } // namespace gc
  /art/runtime/gc/space/
dlmalloc_space.h 24 namespace gc { namespace in namespace:art
118 // allocations fail we GC before increasing the footprint limit and allowing the mspace to grow.
170 } // namespace gc
memory_tool_malloc_space.h 23 namespace gc { namespace in namespace:art
64 } // namespace gc
space-inl.h 28 namespace gc { namespace in namespace:art
58 } // namespace gc
zygote_space.h 20 #include "gc/accounting/space_bitmap.h"
25 namespace gc { namespace in namespace:art
98 } // namespace gc
  /art/runtime/
oat_file_manager.h 32 namespace gc { namespace in namespace:art
36 } // namespace gc
81 std::vector<const OatFile*> RegisterImageOatFiles(std::vector<gc::space::ImageSpace*> spaces)
96 // could end up starving GC if we need to generate or relocate any oat
  /external/mesa3d/src/glx/apple/
apple_xgl_api_read.c 53 struct glx_context *gc = __glXGetCurrentContext(); local
66 if (None != gc->currentReadable
67 && gc->currentReadable != gc->currentDrawable) {
72 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
73 gc->currentReadable)) {
75 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
76 gc->currentDrawable)
86 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
  /external/mesa3d/src/glx/
create_context.c 44 struct glx_context *gc = NULL; local
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
83 if (gc == NULL) {
85 gc = applegl_create_context(psc, cfg, share, 0);
87 gc = indirect_create_context_attribs(psc, cfg, share, num_attribs,
93 gc->xid = xcb_generate_id(c);
94 gc->share_xid = (share != NULL) ? share->xid : 0;
106 gc->xid,
109 gc->share_xid,
110 gc->isDirect
    [all...]
pixelstore.c 42 * \param gc Current GLX context
50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname,
53 Display *const dpy = gc->currentDpy;
56 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen);
71 struct glx_context *gc = __glXGetCurrentContext(); local
72 __GLXattribute *state = gc->client_state_private;
73 Display *dpy = gc->currentDpy;
83 __glXSetError(gc, GL_INVALID_VALUE);
91 __glXSetError(gc, GL_INVALID_VALUE);
99 __glXSetError(gc, GL_INVALID_VALUE)
221 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bitset.go 5 package gc package
pgen_test.go 5 package gc package
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bitset.go 5 package gc package
pgen_test.go 5 package gc package
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 57 * @param gc the graphics context to paint into
60 public static void paintStructure(DrawingStyle style, INode layout, IGraphics gc,
64 gc.useStyle(style);
67 gc.drawLine(b.x, y, b.x2(), y);
71 gc.drawLine(x, b.y, x, b.y2());
81 * @param gc the graphics context to paint the grid into
83 public static void paintGrid(INode layout, IGraphics gc) {
86 int oldAlpha = gc.getAlpha();
87 gc.useStyle(DrawingStyle.GUIDELINE);
88 gc.setAlpha(128)
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 167 Graphics2D gc = image.createGraphics(); local
168 gc.setComposite(AlphaComposite.Src);
170 gc.setColor(new Color(0x00000000, true));
171 gc.fillRect(0, 0, w, h);
174 gc.dispose();
  /art/runtime/gc/accounting/
bitmap.cc 27 namespace gc { namespace in namespace:art
100 } // namespace gc
heap_bitmap-inl.h 25 namespace gc { namespace in namespace:art
118 } // namespace gc
remembered_set.h 29 namespace gc { namespace in namespace:art
84 } // namespace gc
  /art/runtime/gc/allocator/
dlmalloc.h 50 namespace gc { namespace in namespace:art
58 } // namespace gc

Completed in 499 milliseconds

1 2 34 5 6 7 8 91011>>