HomeSort by relevance Sort by last modified time
    Searched defs:GC (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/v8/src/extensions/
gc-extension.cc 28 #include "gc-extension.h"
37 return v8::FunctionTemplate::New(GCExtension::GC);
41 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) {
43 HEAP->CollectGarbage(NEW_SPACE, "gc extension");
45 HEAP->CollectAllGarbage(Heap::kNoGCFlags, "gc extension");
56 OS::SNPrintF(temp_vector, "native function gc();");
  /external/v8/src/extensions/
gc-extension.cc 28 #include "gc-extension.h"
33 const char* const GCExtension::kSource = "native function gc();";
38 return v8::FunctionTemplate::New(GCExtension::GC);
42 v8::Handle<v8::Value> GCExtension::GC(const v8::Arguments& args) {
43 HEAP->CollectAllGarbage(Heap::kNoGCFlags, "gc extension");
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.h 57 GR_GC_ID GC ;
79 #define SDL_GC (this -> hidden -> GC)
  /external/chromium_org/ui/base/x/
x11_util.h 33 typedef struct _XGC *GC;
266 // Draws ARGB data on the given pixmap using the given GC, converting to the
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 19 // - Stack offsets for GC roots, as specified by calls to llvm.gcroot
47 namespace GC {
61 GC::PointKind Kind; ///< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
114 /// getStrategy - Return the GC strategy for the function.
133 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 28 public static final int GC = 1;
49 case GC:
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 33 bool gc; // enable GC member in struct:fst::CacheOptions
34 size_t gc_limit; // # of bytes allowed before GC
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
39 : gc(FLAGS_fst_default_cache_gc),
51 // cached. If the 'gc' option is 'false', cached items have the extent
52 // of the FST - minimizing computation. If the 'gc' option is 'true',
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
150 GC(s, false);
194 GC(s, false)
    [all...]
  /external/openfst/src/include/fst/
accumulator.h 349 CacheLogAccumulatorData(bool gc, size_t gc_limit)
350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {}
373 GC(false);
387 bool recent; // Has this state been accessed since last GC?
393 // accessed since the last GC ('free_recent = false') until
396 void GC(bool free_recent) {
411 GC(true);
417 size_t cache_size_; // # of bytes allowed before GC
436 explicit CacheLogAccumulator(ssize_t arc_limit = 10, bool gc = false,
439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId)
    [all...]
cache.h 38 bool gc; // enable GC member in struct:fst::CacheOptions
39 size_t gc_limit; // # of bytes allowed before GC
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
43 : gc(FLAGS_fst_default_cache_gc),
94 // mark it as cached. If the 'gc' option is 'false', cached items have
95 // the extent of the FST - minimizing computation. If the 'gc' option
134 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
141 // Preserve gc parameters. If preserve_cache true, also preserves
244 GC(s, false)
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 45 PdtShortestPathOptions(bool kp = false, bool gc = true)
46 : keep_parentheses(kp), path_gc(gc) {}
124 PdtShortestPathData(bool gc)
127 gc_(gc),
136 VLOG(1) << "# of GC'd search states: " << ngc_;
211 void GC(StateId s);
288 bool gc_; // Allow GC?
290 size_t ngc_; // Number of GC'd search states
301 void PdtShortestPathData<Arc>::GC(StateId start) {
548 sp_data_.GC(start)
    [all...]
  /external/v8/tools/
tickprocessor.js 195 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
232 GC: 1,
357 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
455 this.printHeader('GC');
456 this.printCounter(this.ticks_.gc, totalTicks);
766 '-g': ['stateFilter', TickProcessor.VmStates.GC,
767 'Show only ticks from GC VM state'],
792 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
  /external/chromium_org/v8/src/
v8globals.h 301 // The Store Buffer (GC).
363 GC,
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 303 static ExprEffect GC() {
818 return ExprEffect::GC();
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 201 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
249 GC: 1,
380 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
483 this.printHeader('GC');
484 this.printCounter(this.ticks_.gc, totalTicks);
799 '-g': ['stateFilter', TickProcessor.VmStates.GC,
800 'Show only ticks from GC VM state'],
831 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
  /external/v8/tools/gcmole/
gcmole.cc 303 static ExprEffect GC() {
820 return ExprEffect::GC();
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 14 |* macros, since most of the parameters are not GC heap objects. *|
    [all...]
  /external/clang/include/clang/AST/
Type.h 112 /// * Objective C: the GC attributes (none, weak, or strong)
122 enum GC {
266 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
267 void setObjCGCAttr(GC type) {
271 void addObjCGCAttr(GC type) {
411 // ObjC GC qualifiers can match, be added, or be removed, but can't be
929 /// getObjCGCAttr - Returns gc attribute of this type.
930 inline Qualifiers::GC getObjCGCAttr() const;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon38511
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon40101
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon41616
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 531 milliseconds

1 2