Home
last modified time | relevance | path

Searched refs:LeakyObject (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dlazy-instance.h227 // LeakyObject<T> wraps an object of type T, which is initialized in the
228 // constructor but never destructed. Thus LeakyObject<T> is trivially
231 class LeakyObject { class
234 explicit LeakyObject(Args&&... args) { in LeakyObject() function in v8::base::LeakyObject
238 LeakyObject(const LeakyObject&) = delete;
239 LeakyObject& operator=(const LeakyObject&) = delete;
251 static ::v8::base::LeakyObject<T> object{__VA_ARGS__}; \
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc34 static v8::base::LeakyObject<v8::base::PageAllocator> in GetAllocator()
53 static v8::base::LeakyObject<GCInfoTable> table(GetAllocator(page_allocator)); in Initialize()
H A Dplatform.cc52 static v8::base::LeakyObject<TracingController> tracing_controller; in GetTracingController()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc55 static base::LeakyObject<base::PageAllocator> default_page_allocator; in PageAllocatorInitializer()
59 static base::LeakyObject<base::LsanPageAllocator> lsan_allocator( in PageAllocatorInitializer()
91 static base::LeakyObject<base::LsanVirtualAddressSpace> vas( in GetPlatformVirtualAddressSpace()
94 static base::LeakyObject<base::VirtualAddressSpace> vas; in GetPlatformVirtualAddressSpace()
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.h152 friend class base::LeakyObject<SamplerManager>;
H A Dsampler.cc251 static base::LeakyObject<SamplerManager> instance; in instance()
/third_party/node/deps/v8/src/builtins/
H A Dprofile-data-reader.cc43 static base::LeakyObject< in EnsureInitProfileData()
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc93 static base::LeakyObject<CodeEntry> kProgramEntry( in program_entry()
103 static base::LeakyObject<CodeEntry> kIdleEntry( in idle_entry()
113 static base::LeakyObject<CodeEntry> kGcEntry( in gc_entry()
123 static base::LeakyObject<CodeEntry> kUnresolvedEntry( in unresolved_entry()
133 static base::LeakyObject<CodeEntry> kRootEntry( in root_entry()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h580 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h532 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h631 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h727 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h703 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h1062 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1589 static base::LeakyObject<NoopListener> noop_listener; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h2436 friend class base::LeakyObject<GlobalMonitor>;

Completed in 28 milliseconds