Searched refs:SmartPointer (Results 1 – 16 of 16) sorted by relevance
/external/clang/test/Analysis/ |
D | dtor.cpp | 23 class SmartPointer { class 26 SmartPointer(void *x) : X(x) {} in SmartPointer() function in SmartPointer 27 ~SmartPointer() { in ~SmartPointer() 35 SmartPointer Deleter(mem); in testSmartPointer() 46 SmartPointer Deleter(mem); in testSmartPointer2() 55 class Subclass : public SmartPointer { 57 Subclass(void *x) : SmartPointer(x) {} in Subclass() 72 class MultipleInheritance : public Subclass, public SmartPointer { 74 MultipleInheritance(void *a, void *b) : Subclass(a), SmartPointer(b) {} in MultipleInheritance() 112 SmartPointer P;
|
D | retain-release.mm | 277 class SmartPointer { 280 SmartPointer(id x) : x(x) {} 281 ~SmartPointer() { [x release]; } 293 SmartPointer foo(x); 298 SmartPointer foo(0); 306 SmartPointer foo(0); 312 SmartPointer *foo = new SmartPointer(x);
|
/external/v8/src/ |
D | background-parsing-task.h | 31 SmartPointer<ScriptCompiler::ExternalSourceStream> source_stream; 33 SmartPointer<ScriptCompiler::CachedData> cached_data; 39 SmartPointer<CompilationInfo> info; 42 SmartPointer<Parser> parser;
|
D | smart-pointers.h | 119 class SmartPointer: public SmartPointerBase<ObjectDeallocator<T>, T> { 121 SmartPointer() { } in SmartPointer() function 122 explicit SmartPointer(T* ptr) in SmartPointer() function 124 SmartPointer(const SmartPointer<T>& rhs) in SmartPointer() function
|
D | heap-profiler.h | 73 SmartPointer<HeapObjectsMap> ids_; 75 SmartPointer<StringsStorage> names_; 78 SmartPointer<AllocationTracker> allocation_tracker_;
|
D | compiler.cc | 1313 SmartPointer<CompilationInfo> info(new CompilationInfoWithZone(function)); in GetOptimizedCode() 1353 SmartPointer<CompilationInfo> info(job->info()); in GetConcurrentlyOptimizedCode()
|
/external/sfntly/cpp/src/test/ |
D | smart_pointer_test.cc | 77 TEST(SmartPointer, All) { in TEST() argument
|
/external/v8/test/cctest/compiler/ |
D | test-scheduler.cc | 181 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2)); in TEST() 192 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2)); in TEST() 381 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1)); in TEST() 382 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1)); in TEST() 405 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1)); in TEST() 406 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1)); in TEST() 433 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, size)); in TEST() 434 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, size)); in TEST() 456 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1)); in TEST() 457 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1)); in TEST() [all …]
|
/external/llvm/unittests/Support/ |
D | IteratorTest.cpp | 60 TEST(PointeeIteratorTest, SmartPointer) { in TEST() argument
|
/external/v8/test/cctest/ |
D | test-declarative-accessors.cc | 84 SmartPointer<AlignedArray> array_; 85 SmartPointer<HandleArray> handle_array_;
|
D | test-cpu-profiler.cc | 48 using i::SmartPointer; 56 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST() 144 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST() 205 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST() 274 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST()
|
D | test-lockers.cc | 102 i::SmartPointer<KangarooThread> thread1; in TEST() 483 i::SmartPointer<LockIsolateAndCalculateFibSharedContextThread> thread; in Run()
|
/external/v8/src/heap/ |
D | mark-compact.h | 890 SmartPointer<FreeList> free_list_old_data_space_; 891 SmartPointer<FreeList> free_list_old_pointer_space_;
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 877 SmartPointer<CodePatcher> patcher( in CodeAgingHelper()
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 1069 SmartPointer<CodePatcher> patcher( in CodeAgingHelper()
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 1181 SmartPointer<CodePatcher> patcher( in CodeAgingHelper()
|