Searched refs:SmartPointer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dsmart-pointers.h139 class SmartPointer: public SmartPointerBase<ObjectDeallocator<T>, T> { class in namespace:v8::internal
141 inline SmartPointer() { } function in class:v8::internal::SmartPointer
142 explicit inline SmartPointer(T* ptr) function in class:v8::internal::SmartPointer
144 inline SmartPointer(const SmartPointer<T>& rhs) function in class:v8::internal::SmartPointer
H A Dcompiler.cc993 SmartPointer<CompilationInfo> info(new CompilationInfoWithZone(closure));
1050 SmartPointer<CompilationInfo> info(optimizing_compiler->info());
/external/clang/test/Analysis/
H A Ddtor.cpp23 class SmartPointer { class
26 SmartPointer(void *x) : X(x) {} function in class:SmartPointer
27 ~SmartPointer() {
35 SmartPointer Deleter(mem);
46 SmartPointer Deleter(mem);
55 class Subclass : public SmartPointer {
57 Subclass(void *x) : SmartPointer(x) {}
72 class MultipleInheritance : public Subclass, public SmartPointer {
74 MultipleInheritance(void *a, void *b) : Subclass(a), SmartPointer(b) {}
112 SmartPointer
[all...]
/external/sfntly/cpp/src/test/
H A Dsmart_pointer_test.cc77 TEST(SmartPointer, All) {
/external/chromium_org/v8/test/cctest/
H A Dtest-declarative-accessors.cc85 SmartPointer<AlignedArray> array_;
86 SmartPointer<HandleArray> handle_array_;
H A Dtest-lockers.cc103 i::SmartPointer<KangarooThread> thread1;
487 i::SmartPointer<LockIsolateAndCalculateFibSharedContextThread> thread;

Completed in 119 milliseconds