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:freed_bytes
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
stats-collector.cc
208
event.objects.
freed_bytes
= objects_freed_bytes;
in GetCycleEventForMetricRecorder()
212
event.memory.
freed_bytes
= memory_freed_bytes;
in GetCycleEventForMetricRecorder()
219
static_cast<double>(event.objects.
freed_bytes
) / SumPhases(event.total);
in GetCycleEventForMetricRecorder()
221
static_cast<double>(event.objects.
freed_bytes
) /
in GetCycleEventForMetricRecorder()
H
A
D
metric-recorder.h
36
int64_t
freed_bytes
= -1;
member
/third_party/node/deps/v8/src/heap/
H
A
D
sweeper.cc
234
size_t
freed_bytes
= 0;
in FreeAndProcessFreedMemory()
local
246
freed_bytes
=
in FreeAndProcessFreedMemory()
251
return
freed_bytes
;
in FreeAndProcessFreedMemory()
320
intptr_t
freed_bytes
= page->area_size() - live_bytes;
in ClearMarkBitsAndHandleLivenessStatistics()
local
321
page->DecreaseAllocatedBytes(
freed_bytes
);
in ClearMarkBitsAndHandleLivenessStatistics()
H
A
D
array-buffer-sweeper.cc
200
const size_t
freed_bytes
=
in Finalize()
local
202
DecrementExternalMemoryCounters(
freed_bytes
);
in Finalize()
H
A
D
gc-tracer.cc
1453
DCHECK_NE(-1, cppgc_metrics.
freed_bytes
);
in CopySizeMetrics()
1454
metrics.bytes_freed = cppgc_metrics.
freed_bytes
;
in CopySizeMetrics()
1733
auto
freed_bytes
=
in ReportYoungCycleToRecorder()
local
1736
freed_bytes
/ total_wall_clock_duration_in_us;
in ReportYoungCycleToRecorder()
1738
freed_bytes
/ main_thread_wall_clock_duration_in_us;
in ReportYoungCycleToRecorder()
Completed in 7 milliseconds