Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LeakyObject
(Results
1 - 16
of
16
) sorted by relevance
/third_party/node/deps/v8/src/base/
H
A
D
lazy-instance.h
227
//
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
D
gc-info-table.cc
34
static v8::base::
LeakyObject
<v8::base::PageAllocator>
in GetAllocator()
53
static v8::base::
LeakyObject
<GCInfoTable> table(GetAllocator(page_allocator));
in Initialize()
H
A
D
platform.cc
52
static v8::base::
LeakyObject
<TracingController> tracing_controller;
in GetTracingController()
/third_party/node/deps/v8/src/utils/
H
A
D
allocation.cc
55
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
D
sampler.h
152
friend class base::
LeakyObject
<SamplerManager>;
H
A
D
sampler.cc
251
static base::
LeakyObject
<SamplerManager> instance;
in instance()
/third_party/node/deps/v8/src/builtins/
H
A
D
profile-data-reader.cc
43
static base::
LeakyObject
<
in EnsureInitProfileData()
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.cc
93
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
D
simulator-arm.h
580
friend class base::
LeakyObject
<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/ppc/
H
A
D
simulator-ppc.h
532
friend class base::
LeakyObject
<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/loong64/
H
A
D
simulator-loong64.h
631
friend class base::
LeakyObject
<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/mips64/
H
A
D
simulator-mips64.h
727
friend class base::
LeakyObject
<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/mips/
H
A
D
simulator-mips.h
703
friend class base::
LeakyObject
<GlobalMonitor>;
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.h
1062
friend class base::
LeakyObject
<GlobalMonitor>;
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-test.cc
1589
static base::
LeakyObject
<NoopListener> noop_listener;
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.h
2436
friend class base::
LeakyObject
<GlobalMonitor>;
Completed in 28 milliseconds