Searched defs:GC (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/extensions/
H A Dgc-extension.cc15 return v8::FunctionTemplate::New(isolate, GCExtension::GC);
19 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::internal::GCExtension
/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/llvm/include/llvm/CodeGen/
H A DGCStrategy.h33 // When a reference to a GC-allocated object exists on the stack, it must be
62 namespace GC { namespace in namespace:llvm
99 /// Return the name of the GC strategy. This is the value of the collector
121 /// pointers to GC managed locations and false for pointers to non-GC
141 bool needsSafePoint(GC::PointKind Kind) const {
/external/opencv3/samples/cpp/
H A Dtvl1_optical_flow.cpp27 const int GC = 4; local
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/opencv3/samples/gpu/
H A Doptical_flow.cpp29 const int GC = 4; local
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/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc92 GC(real_stack);
142 NOINLINE void FakeStack::GC(uptr real_stack) { function in class:__asan::FakeStack
/external/v8/tools/gcmole/
H A Dgcmole.cc302 static ExprEffect GC() { function in class:__anon18427::ExprEffect
800 return ExprEffect::GC();
1263 FindProblems("find-problems", "Find GC-unsafe places.");
/external/v8/tools/
H A Dtickprocessor.js258 GC: 1,
389 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
489 this.printLine('GC', this.ticks_.gc, totalTicks, nonLibraryTicks);
859 '-g': ['stateFilter', TickProcessor.VmStates.GC,
860 'Show only ticks from GC VM state'],
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c14 |* macros, since most of the parameters are not GC heap objects. *|
1234 const char *GC; local
1238 if ((GC = LLVMGetGC(Fn))) {
1239 Name = caml_copy_string(GC);
1250 CAMLprim value llvm_set_gc(value GC, LLVMValueRef Fn) { argument
1251 LLVMSetGC(Fn, GC == Val_int(0)? 0 : String_val(Field(GC, 0)));
/external/clang/include/clang/AST/
H A DType.h115 /// * Objective C: the GC attributes (none, weak, or strong)
125 enum GC { enum in class:clang::Qualifiers
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
967 inline Qualifiers::GC getObjCGCAttr() const;
1140 /// Objective-C GC attributes) are much more rare.
1176 Qualifiers::GC getObjCGCAtt
[all...]
/external/llvm/lib/IR/
H A DCore.cpp1728 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { argument
1730 if (GC)
1731 F->setGC(GC);
/external/v8/include/
H A Dv8.h555 * As always, GC-based finalization should *not* be relied upon for any
573 // it references transitively in one GC cycle. At the moment you can either
599 * GC prologue callback or followed by a global GC epilogue callback.
1637 enum StateTag { JS, GC, COMPILER, OTHER, EXTERNAL, IDLE }; enumerator in enum:v8::StateTag
5574 * Returns the number of types of objects tracked in the heap at GC.
5582 * statistics of objects of given type, which were live in the previous GC.
5894 * these notifications to guide the GC heuristic. Returns the number
6024 * heap. GC is not invoked prior to iterating, therefore there is no
6338 * heap. GC i
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7221 milliseconds