Searched refs:Static (Results 1 - 25 of 96) sorted by relevance

1234

/external/lldb/test/lang/cpp/overloaded-functions/
H A Dstatic-a.cpp1 static int Static() function
8 return Static();
H A Dstatic-b.cpp1 static int Static() function
8 return Static();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstatic_vars.cc42 SpinLock Static::pageheap_lock_(SpinLock::LINKER_INITIALIZED);
43 SizeMap Static::sizemap_;
44 CentralFreeListPadded Static::central_cache_[kNumClasses];
45 PageHeapAllocator<Span> Static::span_allocator_;
46 PageHeapAllocator<StackTrace> Static::stacktrace_allocator_;
47 Span Static::sampled_objects_;
48 PageHeapAllocator<StackTraceTable::Bucket> Static::bucket_allocator_;
49 StackTrace* Static::growth_stacks_ = NULL;
50 PageHeap* Static::pageheap_ = NULL;
52 void Static
[all...]
H A Dcentral_freelist.cc39 #include "static_vars.h" // for Static
64 int32_t bytes = Static::sizemap()->ByteSizeForClass(cl);
65 int32_t objs_to_move = Static::sizemap()->num_objects_to_move(cl);
99 Span* span = Static::pageheap()->GetDescriptor(p);
125 Static::sizemap()->ByteSizeForClass(span->sizeclass));
133 Static::sizemap()->ByteSizeForClass(span->sizeclass));
140 SpinLockHolder h(Static::pageheap_lock());
141 Static::pageheap()->Delete(span);
162 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
212 LockInverter li(&Static
[all...]
H A Dtcmalloc.cc129 #include "static_vars.h" // for Static
167 using tcmalloc::Static;
333 const int length = Static::central_cache()[cl].length();
334 const int tc_length = Static::central_cache()[cl].tc_length();
335 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes();
337 Static::sizemap()->ByteSizeForClass(cl));
346 SpinLockHolder h(Static::pageheap_lock());
350 r->pageheap = Static::pageheap()->stats();
352 Static::pageheap()->GetSmallSpanStats(small_spans);
355 Static
[all...]
H A Dthread_cache.cc160 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
164 int fetch_count = Static::central_cache()[cl].RemoveRange(
198 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
225 size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl);
229 int batch_size = Static::sizemap()->num_objects_to_move(cl);
233 Static::central_cache()[cl].InsertRange(head, tail, batch_size);
238 Static::central_cache()[cl].InsertRange(head, tail, N);
265 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
278 SpinLockHolder h(Static::pageheap_lock());
322 SpinLockHolder h(Static
[all...]
H A Dstack_trace_table.cc40 #include "static_vars.h" // for Static
94 b = Static::bucket_allocator()->New();
145 SpinLockHolder h(Static::pageheap_lock());
150 Static::bucket_allocator()->Delete(b);
H A Dstatic_vars.h33 // Static variables shared by multiple classes.
49 class Static { class in namespace:tcmalloc
H A Dspan.cc40 #include "static_vars.h" // for Static
54 Span* result = Static::span_allocator()->New();
69 Static::span_allocator()->Delete(span);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstatic_vars.cc42 SpinLock Static::pageheap_lock_(SpinLock::LINKER_INITIALIZED);
43 SizeMap Static::sizemap_;
44 CentralFreeListPadded Static::central_cache_[kNumClasses];
45 PageHeapAllocator<Span> Static::span_allocator_;
46 PageHeapAllocator<StackTrace> Static::stacktrace_allocator_;
47 Span Static::sampled_objects_;
48 PageHeapAllocator<StackTraceTable::Bucket> Static::bucket_allocator_;
49 StackTrace* Static::growth_stacks_ = NULL;
50 PageHeap* Static::pageheap_ = NULL;
52 void Static
[all...]
H A Dtcmalloc.cc129 #include "static_vars.h" // for Static
177 using tcmalloc::Static;
321 const int length = Static::central_cache()[cl].length();
322 const int tc_length = Static::central_cache()[cl].tc_length();
323 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes();
325 Static::sizemap()->ByteSizeForClass(cl));
334 SpinLockHolder h(Static::pageheap_lock());
337 r->pageheap = Static::pageheap()->stats();
339 Static::pageheap()->GetSmallSpanStats(small_spans);
342 Static
[all...]
H A Dcentral_freelist.cc39 #include "static_vars.h" // for Static
64 int32_t bytes = Static::sizemap()->ByteSizeForClass(cl);
65 int32_t objs_to_move = Static::sizemap()->num_objects_to_move(cl);
99 Span* span = Static::pageheap()->GetDescriptor(p);
125 Static::sizemap()->ByteSizeForClass(span->sizeclass));
133 Static::sizemap()->ByteSizeForClass(span->sizeclass));
140 SpinLockHolder h(Static::pageheap_lock());
141 Static::pageheap()->Delete(span);
163 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
213 LockInverter li(&Static
[all...]
H A Dthread_cache.cc157 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
161 int fetch_count = Static::central_cache()[cl].RemoveRange(
192 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
219 size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl);
223 int batch_size = Static::sizemap()->num_objects_to_move(cl);
227 Static::central_cache()[cl].InsertRange(head, tail, batch_size);
232 Static::central_cache()[cl].InsertRange(head, tail, N);
259 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
272 SpinLockHolder h(Static::pageheap_lock());
311 SpinLockHolder h(Static
[all...]
H A Dstack_trace_table.cc40 #include "static_vars.h" // for Static
94 b = Static::bucket_allocator()->New();
145 SpinLockHolder h(Static::pageheap_lock());
150 Static::bucket_allocator()->Delete(b);
H A Dstatic_vars.h33 // Static variables shared by multiple classes.
49 class Static { class in namespace:tcmalloc
H A Dspan.cc40 #include "static_vars.h" // for Static
54 Span* result = Static::span_allocator()->New();
69 Static::span_allocator()->Delete(span);
/external/clang/test/CodeGenCXX/
H A Dtemplate-inner-struct-visibility-hidden.cpp14 static int Static; member in struct:C::Inner::Inner2
21 template<typename T> int C<T>::Inner::Inner2::Static; member in class:C::Inner::Inner2
/external/chromium_org/extensions/common/features/
H A Dfeature_provider.cc18 class Static { class in namespace:extensions::__anon8214
27 friend struct base::DefaultLazyInstanceTraits<Static>;
29 Static() { function in class:extensions::__anon8214::Static
45 base::LazyInstance<Static> g_static = LAZY_INSTANCE_INITIALIZER;
/external/liblzf/
H A DAndroid.mk9 # Static library for host
19 # Static library for target
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp215 class Static {}; class in namespace:test6
220 static void foo(Static);
236 a.foo(Static());
240 a.foo(Static());
244 a.foo(Static());
248 a.foo(Static());
253 class Static {}; class in namespace:test7
258 static void foo(Static);
274 void (*sx)(Static) = &A::foo;
278 void (*sx)(Static)
291 class Static {}; class in namespace:test8
[all...]
/external/libogg/win32/VS6/
H A Dbuild_ogg_static.bat2 echo ---+++--- Building Ogg (Static) ---+++---
H A Dbuild_ogg_static_debug.bat2 echo ---+++--- Building Ogg (Static) ---+++---
/external/smack/
H A DAndroid.mk18 # Static library
/external/lldb/source/Plugins/
H A DMakefile18 DynamicLoader/Static Platform Process/gdb-remote Instruction/ARM \
/external/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator in enum:llvm::Reloc::Model

Completed in 373 milliseconds

1234