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:live_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-trimmer.cc
14
: graph_(graph), is_live_(graph, 2),
live_
(zone) {
in GraphTrimmer()
15
live_
.reserve(graph->NodeCount());
in GraphTrimmer()
26
for (size_t i = 0; i <
live_
.size(); ++i) {
in TrimGraph()
27
Node* const live =
live_
[i];
in TrimGraph()
31
for (Node* const live :
live_
) {
in TrimGraph()
H
A
D
graph-trimmer.h
46
live_
.push_back(node);
in MarkAsLive()
54
NodeVector
live_
;
member in v8::internal::compiler::final
/third_party/node/deps/v8/tools/gcmole/
H
A
D
gcmole.cc
512
size_t size = std::max(
live_
.size(), env.
live_
.size());
in Equal()
563
:
live_
(l.
live_
) {
in Environment()
569
if (pos >=
live_
.size())
live_
.resize(pos + 1);
in set_live()
570
live_
[pos] = true;
in set_live()
574
return unreachable_ || (
live_
.size() > pos &&
live_
[pos]);
in is_live()
580
live_
in operator |=()
606
std::vector<bool>
live_
;
global()
member in __anon15306::Environment
[all...]
/third_party/node/deps/v8/src/heap/
H
A
D
object-stats.h
180
: heap_(heap),
live_
(live), dead_(dead) {
in ObjectStatsCollector()
182
DCHECK_NOT_NULL(
live_
);
in ObjectStatsCollector()
192
ObjectStats* const
live_
;
member in v8::internal::ObjectStatsCollector
H
A
D
object-stats.cc
1126
ObjectStatsCollectorImpl live_collector(heap_,
live_
);
in Collect()
Completed in 6 milliseconds