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

1 2

  /external/v8/src/extensions/
gc-extension.cc 5 #include "src/extensions/gc-extension.h"
15 return v8::FunctionTemplate::New(isolate, GCExtension::GC);
19 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 12 // specified in a function's 'gc' attribute. Algorithms are enabled by setting
16 // GCStrategy is relevant for implementations using either gc.root or
17 // gc.statepoint based lowering strategies, but is currently focused mostly on
18 // options for gc.root. This will change over time.
20 // When requested by a subclass of GCStrategy, the gc.root implementation will
33 // When a reference to a GC-allocated object exists on the stack, it must be
39 // When used with gc.statepoint, information about safepoint and roots can be
42 // insertion support is planned. gc.statepoint does not currently support
62 namespace GC {
84 bool UseStatepoints; /// Uses gc.statepoints as opposed to gc.roots
    [all...]
  /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/opencv3/samples/cpp/
tvl1_optical_flow.cpp 27 const int GC = 4;
31 const int NCOLS = RY + YG + GC + CB + BM + MR;
44 for (int i = 0; i < GC; ++i, ++k)
45 colorWheel[k] = Vec3i(0, 255, 255 * i / GC);
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 92 GC(real_stack);
142 NOINLINE void FakeStack::GC(uptr real_stack) {
  /external/opencv3/samples/gpu/
optical_flow.cpp 29 const int GC = 4;
33 const int NCOLS = RY + YG + GC + CB + BM + MR;
46 for (int i = 0; i < GC; ++i, ++k)
47 colorWheel[k] = Vec3i(0, 255, 255 * i / GC);
  /external/v8/tools/gcmole/
gcmole.cc 302 static ExprEffect GC() {
800 return ExprEffect::GC();
    [all...]
  /external/v8/tools/
tickprocessor.js 135 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
184 GC: 1,
316 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
416 this.printLine('GC', this.ticks_.gc, totalTicks, nonLibraryTicks);
790 '-g': ['stateFilter', TickProcessor.VmStates.GC,
791 'Show only ticks from GC VM state'],
830 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
  /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 115 /// * Objective C: the GC attributes (none, weak, or strong)
125 enum GC {
269 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
270 void setObjCGCAttr(GC type) {
274 void addObjCGCAttr(GC type) {
429 // ObjC GC qualifiers can match, be added, or be removed, but can't
966 /// Returns gc attribute of this type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 222 * dependent. A GC should be treated as opaque by application code.
233 *GC;
278 GC default_gc; /* GC for the root root visual */
1089 GC gc; member in union:__anon37605
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 219 * dependent. A GC should be treated as opaque by application code.
230 *GC;
275 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon39468
    [all...]
  /external/v8/include/
v8.h 540 * As always, GC-based finalization should *not* be relied upon for any
574 * GC prologue callback or followed by a global GC epilogue callback.
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h     [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/common/m2/repository/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 
  /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 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 868 milliseconds

1 2