Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dlazy-instance.h231 class LeakyObject {
234 explicit LeakyObject(Args&&... args) { in LeakyObject() function
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/
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()
Dplatform.cc52 static v8::base::LeakyObject<TracingController> tracing_controller; in GetTracingController()
/third_party/node/deps/v8/src/utils/
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/
Dsampler.h152 friend class base::LeakyObject<SamplerManager>;
Dsampler.cc251 static base::LeakyObject<SamplerManager> instance; in instance()
/third_party/node/deps/v8/src/profiler/
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/builtins/
Dprofile-data-reader.cc43 static base::LeakyObject< in EnsureInitProfileData()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h580 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h532 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h631 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h703 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h727 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h1062 friend class base::LeakyObject<GlobalMonitor>;
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1588 static base::LeakyObject<NoopListener> noop_listener; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h2436 friend class base::LeakyObject<GlobalMonitor>;