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:counts_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/
H
A
D
basic-block-profiler.cc
21
: block_ids_(n_blocks),
counts_
(n_blocks, 0) {}
in BasicBlockProfilerData()
44
counts_
[i] = 0;
84
counts_
.push_back(counts.get_uint32(i));
in CopyFromJSHeap()
90
CHECK_EQ(block_ids_.size(),
counts_
.size());
in CopyFromJSHeap()
114
counts->set_uint32(i,
counts_
[i]);
in CopyToJSHeap()
178
out.push_back(data.
counts_
[j] > 0);
in GetCoverageBitmap()
187
if (
counts_
[i] > 0) {
in Log()
190
block_ids_[i],
counts_
[i]);
in Log()
199
if (std::all_of(d.
counts_
.cbegin(), d.
counts_
in operator <<()
[all...]
H
A
D
basic-block-profiler.h
36
DCHECK_EQ(block_ids_.size(),
counts_
.size());
in n_blocks()
39
const uint32_t* counts() const { return &
counts_
[0]; }
in counts()
65
std::vector<uint32_t>
counts_
;
member in v8::internal::BasicBlockProfilerData
/third_party/node/deps/v8/src/profiler/
H
A
D
profiler-stats.cc
15
counts_
[reason].fetch_add(1, std::memory_order_relaxed);
in AddReason()
20
counts_
[i].store(0, std::memory_order_relaxed);
in Clear()
28
counts_
[i].load(std::memory_order_relaxed));
in Print()
H
A
D
profiler-stats.h
43
std::atomic_int
counts_
[Reason::kNumberOfReasons] = {};
member in v8::internal::ProfilerStats
Completed in 2 milliseconds