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

  /external/chromium_org/gin/test/
gc.h 13 class GC {
  /external/chromium_org/v8/src/extensions/
gc-extension.cc 5 #include "src/extensions/gc-extension.h"
16 return v8::FunctionTemplate::New(isolate, GCExtension::GC);
20 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/chromium_org/ui/gfx/x/
x11_types.h 14 typedef struct _XGC *GC;
30 // Draws ARGB data on the given pixmap using the given GC, converting to the
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 345 struct GC: public virtual GA {
347 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/compiler-rt/lib/asan/
asan_fake_stack.cc 83 GC(real_stack);
133 NOINLINE void FakeStack::GC(uptr real_stack) {
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 19 // - Stack offsets for GC roots, as specified by calls to llvm.gcroot
49 namespace GC {
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/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/chromium_org/v8/tools/gcmole/
gcmole.cc 302 static ExprEffect GC() {
800 return ExprEffect::GC();
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 203 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
251 GC: 1,
382 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
481 this.printLine('GC', this.ticks_.gc, totalTicks, nonLibraryTicks);
838 '-g': ['stateFilter', TickProcessor.VmStates.GC,
839 'Show only ticks from GC VM state'],
872 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
  /external/chromium_org/v8/src/
globals.h 492 // The Store Buffer (GC).
558 GC,
  /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 111 /// * Objective C: the GC attributes (none, weak, or strong)
121 enum GC {
265 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
266 void setObjCGCAttr(GC type) {
270 void addObjCGCAttr(GC type) {
410 // ObjC GC qualifiers can match, be added, or be removed, but can't be
928 /// getObjCGCAttr - Returns gc attribute of this type.
929 inline Qualifiers::GC getObjCGCAttr() const;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 237 milliseconds