Searched refs:GC (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium_org/gin/test/
H A Dgc.h13 class GC { class in namespace:gin
H A Dgc.cc24 const char GC::kModuleName[] = "gc";
26 v8::Local<v8::Value> GC::GetModule(v8::Isolate* isolate) {
/external/llvm/lib/CodeGen/
H A DOcamlGC.cpp1 //===-- OcamlGC.cpp - Ocaml frametable GC strategy ------------------------===//
30 X("ocaml", "ocaml 3.10-compatible GC");
35 NeededSafePoints = 1 << GC::PostCall;
H A DErlangGC.cpp1 //===-- ErlangGC.cpp - Erlang/OTP GC strategy -------------------*- C++ -*-===//
47 NeededSafePoints = 1 << GC::PostCall;
77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc());
H A DGCMetadata.cpp82 dbgs() << "unsupported GC: " << Name << "\n";
125 static const char *DescKind(GC::PointKind Kind) {
127 case GC::Loop: return "loop";
128 case GC::Return: return "return";
129 case GC::PreCall: return "pre-call";
130 case GC::PostCall: return "post-call";
140 OS << "GC roots for " << FD->getFunction().getName() << ":\n";
145 OS << "GC safe points for " << FD->getFunction().getName() << ":\n";
/external/chromium_org/v8/src/extensions/
H A Dgc-extension.cc16 return v8::FunctionTemplate::New(isolate, GCExtension::GC);
20 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::internal::GCExtension
H A Dgc-extension.h21 static void GC(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DPixelConverter.java15 import org.eclipse.swt.graphics.GC;
34 GC gc = new GC(control);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCImageLabel.java14 import org.eclipse.swt.graphics.GC;
89 private void doPaint(GC paintGC) {
92 GC gc;
101 gc = new GC(m_backImage);
130 GC gc = new GC(this);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h201 GC /* gc */,
218 GC /* gc */,
235 GC /* gc */,
252 GC /* gc */,
382 GC gc,
400 GC gc,
H A Dextutil.h65 GC /* gc */,
72 GC /* gc */,
79 GC /* gc */,
86 GC /* gc */,
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_x11.h30 GC gc_;
/external/chromium_org/ui/gfx/x/
H A Dx11_types.h14 typedef struct _XGC *GC; typedef in typeref:struct:_XGC
30 // Draws ARGB data on the given pixmap using the given GC, converting to the
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditor.java15 import org.eclipse.swt.graphics.GC;
44 * Paints given {@link Property} given rectangle <code>(x, y, width, height)</code> of {@link GC}.
46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height)
H A DTextDisplayPropertyEditor.java13 import org.eclipse.swt.graphics.GC;
33 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
H A DBooleanObjectPropertyEditor.java18 import org.eclipse.swt.graphics.GC;
48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
63 private void paint(GC gc, int x, int y, int width, int height, String text, Image image) {
H A DBooleanPropertyEditor.java13 import org.eclipse.swt.graphics.GC;
48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
63 private void paint(GC gc, int x, int y, int width, int height, Image image, String text) {
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.h57 GR_GC_ID GC ; member in struct:SDL_PrivateVideoData
79 #define SDL_GC (this -> hidden -> GC)
/external/chromium_org/v8/tools/gcmole/
H A Dgccause.lua29 -- gcmole.lua and prints tree of the calls that can potentially cause a GC
43 if GC[name] then
44 local causes = GC[name]
52 if f == '<GC>' then break end
57 for name, _ in pairs(GC) do
/external/clang/test/Layout/
H A Dms-x86-vtordisp.cpp345 struct GC: public virtual GA { struct in inherits:GA
347 GC() {} function in struct:GC
349 struct GD: public virtual GC, public virtual GB {};
360 // CHECK-NEXT: 12 | struct GC (virtual base)
361 // CHECK-NEXT: 12 | (GC vbtable pointer)
376 // CHECK-X64-NEXT: 24 | struct GC (virtual base)
377 // CHECK-X64-NEXT: 24 | (GC vbtable pointer)
/external/chromium_org/media/cast/test/
H A Dlinux_output_window.h47 GC gc_;
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Unix.h22 GC fGc;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.h78 GC shm_gc_;
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h19 // - Stack offsets for GC roots, as specified by calls to llvm.gcroot
49 namespace GC { namespace in namespace:llvm
63 GC::PointKind Kind; ///< The kind of the safe point.
67 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
116 /// getStrategy - Return the GC strategy for the function.
135 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
/external/skia/include/views/
H A DSkOSWindow_Unix.h22 GC fGc;

Completed in 394 milliseconds

12345