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:marked_bytes
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
concurrent-marking.cc
476
size_t
marked_bytes
= 0;
in Run()
local
545
marked_bytes
+= current_marked_bytes;
in Run()
546
base::AsAtomicWord::Relaxed_Store<size_t>(&task_state->
marked_bytes
,
in Run()
547
marked_bytes
);
in Run()
566
base::AsAtomicWord::Relaxed_Store<size_t>(&task_state->
marked_bytes
, 0);
in Run()
567
total_marked_bytes_ +=
marked_bytes
;
in Run()
576
static_cast<int>(
marked_bytes
/ KB), time_ms);
in Run()
670
task_state_[i].
marked_bytes
= 0;
in FlushMemoryChunkData()
690
base::AsAtomicWord::Relaxed_Load<size_t>(&task_state_[i].
marked_bytes
);
in TotalMarkedBytes()
H
A
D
concurrent-marking.h
102
size_t
marked_bytes
= 0;
member
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
incremental-marking-schedule.cc
32
size_t
marked_bytes
) {
in AddConcurrentlyMarkedBytes()
33
concurrently_marked_bytes_.fetch_add(
marked_bytes
, std::memory_order_relaxed);
in AddConcurrentlyMarkedBytes()
69
// constant, after |elapsed_time| the number of
marked_bytes
should be
in GetNextIncrementalStepDuration()
31
AddConcurrentlyMarkedBytes( size_t
marked_bytes
)
AddConcurrentlyMarkedBytes()
argument
H
A
D
stats-collector.cc
118
void StatsCollector::NotifyMarkingCompleted(size_t
marked_bytes
) {
in NotifyMarkingCompleted()
argument
121
current_.
marked_bytes
=
marked_bytes
;
in NotifyMarkingCompleted()
131
marked_bytes_so_far_ +=
marked_bytes
;
in NotifyMarkingCompleted()
264
size_t StatsCollector::
marked_bytes
() const {
in marked_bytes()
function in cppgc::internal::StatsCollector
271
return current_.
marked_bytes
;
in marked_bytes_on_current_cycle()
H
A
D
marking-state.h
137
size_t
marked_bytes
() const { return marked_bytes_; }
in marked_bytes()
function in cppgc::internal::BasicMarkingState
352
void BasicMarkingState::AccountMarkedBytes(size_t
marked_bytes
) {
in AccountMarkedBytes()
argument
353
marked_bytes_ +=
marked_bytes
;
in AccountMarkedBytes()
H
A
D
stats-collector.h
111
size_t
marked_bytes
= 0;
member
275
void NotifyMarkingCompleted(size_t
marked_bytes
);
288
size_t
marked_bytes
() const;
334
// marking as they are accounted in
marked_bytes
then. May be negative in case
H
A
D
marker.cc
74
return (marked_bytes_deadline <= marking_state.
marked_bytes
()) ||
in DrainWorklistWithBytesAndTimeDeadline()
470
marked_bytes_limit = mutator_marking_state_.
marked_bytes
() +
in AdvanceMarkingWithLimits()
485
mutator_marking_state_.
marked_bytes
());
in AdvanceMarkingWithLimits()
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-heap.cc
641
stats_collector_->
marked_bytes
(),
in TraceEpilogue()
Completed in 7 milliseconds