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:Evacuate
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
partial_gc.cpp
57
Evacuate
();
in RunPhases()
182
void PartialGC::
Evacuate
()
in Evacuate()
function in panda::ecmascript::PartialGC
184
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "PartialGC::
Evacuate
");
in Evacuate()
185
TRACE_GC(GCStats::Scope::ScopeId::
Evacuate
, heap_->GetEcmaVM()->GetEcmaGCStats());
in Evacuate()
186
heap_->GetEvacuator()->
Evacuate
();
in Evacuate()
H
A
D
partial_gc.h
53
void
Evacuate
();
H
A
D
gc_key_stats.cpp
78
gcStats_->GetScopeDuration(GCStats::Scope::ScopeId::
Evacuate
));
in AddGCStatsToKey()
H
A
D
parallel_evacuator.h
40
void
Evacuate
();
H
A
D
parallel_evacuator.cpp
45
void ParallelEvacuator::
Evacuate
()
in Evacuate()
function in panda::ecmascript::ParallelEvacuator
203
LOG_ECMA_IF(address == 0, FATAL) << "
Evacuate
object failed:" << size;
in EvacuateRegion()
H
A
D
gc_stats.cpp
237
<< STATS_DESCRIPTION_FORMAT("
Evacuate
:")
in PrintGCDurationStatistic()
238
<< STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::
Evacuate
]) << "ms\n"
in PrintGCDurationStatistic()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-evacuate-regions-worker-state-inl.h
62
ObjectHeader *G1EvacuateRegionsWorkerState<LanguageConfig>::
Evacuate
(ObjectHeader *obj, MarkWord markWord)
in Evacuate()
function in ark::mem::G1EvacuateRegionsWorkerState
128
obj =
Evacuate
(obj, markWord);
in ProcessRef()
180
Evacuate
(rootObject, markWord);
in EvacuateNonHeapRoots()
H
A
D
g1-evacuate-regions-worker-state.h
53
///
Evacuate
single live object, traverse its fields and enqueue found references to the queue_
54
ObjectHeader *
Evacuate
(ObjectHeader *obj, MarkWord markWord);
/arkcompiler/ets_runtime/ecmascript/
H
A
D
common.h
37
V(
Evacuate
) \
Completed in 6 milliseconds