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:is_finalized_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/src/
H
A
D
node_external_reference.cc
10
if (!
is_finalized_
) {
in external_references()
12
is_finalized_
= true;
in external_references()
H
A
D
node_external_reference.h
55
bool
is_finalized_
= false;
member in node::ExternalReferenceRegistry
/third_party/node/deps/v8/src/parsing/
H
A
D
preparse-data.cc
127
DCHECK(!
is_finalized_
);
in Start()
142
is_finalized_
= true;
in Finalize()
165
DCHECK(!
is_finalized_
);
in WriteUint32()
203
DCHECK(!
is_finalized_
);
in WriteUint8()
213
DCHECK(!
is_finalized_
);
in WriteQuarter()
433
DCHECK(
is_finalized_
);
in CopyToHeap()
443
DCHECK(
is_finalized_
);
in CopyToLocalHeap()
H
A
D
preparse-data.h
165
// Only used during construction (
is_finalized_
== false).
170
//
is_finalized_
== true.
176
bool
is_finalized_
= false;
member in v8::internal::PreparseDataBuilder::ByteData
H
A
D
preparse-data-impl.h
226
DCHECK(
is_finalized_
);
in CopyToZone()
/third_party/node/deps/v8/src/torque/
H
A
D
types.h
548
if (!
is_finalized_
) Finalize();
in fields()
563
if (!
is_finalized_
) Finalize();
in Methods()
588
is_finalized_
(false),
in AggregateType()
598
mutable bool
is_finalized_
;
member in v8::internal::torque::AggregateType
715
if (!
is_finalized_
) Finalize();
in header_size()
719
if (!
is_finalized_
) Finalize();
in size()
H
A
D
types.cc
362
if (!
is_finalized_
) Finalize();
in GetHierarchy()
377
if (!
is_finalized_
) Finalize();
in HasField()
402
if (!
is_finalized_
) Finalize();
in LookupField()
489
if (!
is_finalized_
) Finalize();
in Methods()
504
if (
is_finalized_
) return;
in Finalize()
510
is_finalized_
= true;
in Finalize()
541
if (
is_finalized_
) return;
in Finalize()
546
is_finalized_
= true;
in Finalize()
Completed in 8 milliseconds