Home
last modified time | relevance | path

Searched refs:SmartPointer (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/Analysis/
Ddtor.cpp23 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;
Dretain-release.mm277 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/
Dbackground-parsing-task.h31 SmartPointer<ScriptCompiler::ExternalSourceStream> source_stream;
33 SmartPointer<ScriptCompiler::CachedData> cached_data;
39 SmartPointer<CompilationInfo> info;
42 SmartPointer<Parser> parser;
Dsmart-pointers.h119 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
Dheap-profiler.h73 SmartPointer<HeapObjectsMap> ids_;
75 SmartPointer<StringsStorage> names_;
78 SmartPointer<AllocationTracker> allocation_tracker_;
Dcompiler.cc1313 SmartPointer<CompilationInfo> info(new CompilationInfoWithZone(function)); in GetOptimizedCode()
1353 SmartPointer<CompilationInfo> info(job->info()); in GetConcurrentlyOptimizedCode()
/external/sfntly/cpp/src/test/
Dsmart_pointer_test.cc77 TEST(SmartPointer, All) { in TEST() argument
/external/v8/test/cctest/compiler/
Dtest-scheduler.cc181 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/
DIteratorTest.cpp60 TEST(PointeeIteratorTest, SmartPointer) { in TEST() argument
/external/v8/test/cctest/
Dtest-declarative-accessors.cc84 SmartPointer<AlignedArray> array_;
85 SmartPointer<HandleArray> handle_array_;
Dtest-cpu-profiler.cc48 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()
Dtest-lockers.cc102 i::SmartPointer<KangarooThread> thread1; in TEST()
483 i::SmartPointer<LockIsolateAndCalculateFibSharedContextThread> thread; in Run()
/external/v8/src/heap/
Dmark-compact.h890 SmartPointer<FreeList> free_list_old_data_space_;
891 SmartPointer<FreeList> free_list_old_pointer_space_;
/external/v8/src/arm/
Dcodegen-arm.cc877 SmartPointer<CodePatcher> patcher( in CodeAgingHelper()
/external/v8/src/mips64/
Dcodegen-mips64.cc1069 SmartPointer<CodePatcher> patcher( in CodeAgingHelper()
/external/v8/src/mips/
Dcodegen-mips.cc1181 SmartPointer<CodePatcher> patcher( in CodeAgingHelper()