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:gcType_
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H
A
D
aot_builder.h
49
gcType_
= gcType;
in SetGcType()
53
return
gcType_
;
in GetGcType()
163
uint32_t
gcType_
{static_cast<uint32_t>(mem::GCType::INVALID_GC)};
H
A
D
aot_builder.cpp
128
aotHeader_.gcType =
gcType_
;
in FillHeader()
H
A
D
elf_builder.h
1205
uint32_t
gcType_
{static_cast<uint32_t>(mem::GCType::INVALID_GC)};
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
gc_stats.cpp
170
switch (
gcType_
) {
in PrintGCMemoryStatistic()
213
switch (
gcType_
) {
in PrintGCDurationStatistic()
308
type = type == GCType::START ?
gcType_
: type;
in PrintGCSummaryStatistic()
400
gcType_
= GetGCType(gcType);
in RecordStatisticBeforeGC()
403
switch (
gcType_
) {
in RecordStatisticBeforeGC()
440
switch (
gcType_
) {
in RecordStatisticAfterGC()
520
if (
gcType_
== GCType::COMPRESS_GC && scopeDuration_[Scope::ScopeId::TotalGC] > longPauseTime_) {
in RecordStatisticAfterGC()
534
if (
gcType_
== GCType::PARTIAL_EDEN_GC) {
in RecordGCSpeed()
547
} else if (
gcType_
== GCType::PARTIAL_YOUNG_GC) {
in RecordGCSpeed()
560
} else if (
gcType_
in RecordGCSpeed()
[all...]
H
A
D
gc_stats.h
111
switch (
gcType_
) {
in GetGCTypeName()
134
if (
gcType_
== GCType::PARTIAL_EDEN_GC) {
in GetAvgSurvivalRate()
303
GCType
gcType_
{GCType::START};
H
A
D
heap.h
213
return
gcType_
;
in GetGCType()
392
TriggerGCType
gcType_
{TriggerGCType::YOUNG_GC};
467
: Task(id), sHeap_(heap),
gcType_
(type) {}
in AsyncClearTask()
475
TriggerGCType
gcType_
;
member in panda::panda::ecmascript::SharedHeap::AsyncClearTask
1493
return
gcType_
== TriggerGCType::EDEN_GC;
in IsEdenGC()
1498
return
gcType_
== TriggerGCType::YOUNG_GC;
in IsYoungGC()
1503
return
gcType_
== TriggerGCType::YOUNG_GC ||
gcType_
== TriggerGCType::EDEN_GC;
in IsGeneralYoungGC()
1581
: Task(id), heap_(heap),
gcType_
(type) {}
in AsyncClearTask()
1589
TriggerGCType
gcType_
;
member in panda::panda::ecmascript::Heap::AsyncClearTask
[all...]
H
A
D
heap.cpp
336
sHeap_->ReclaimRegions(
gcType_
);
in Run()
379
gcType_
= gcType;
in DaemonCollectGarbage()
1140
gcType_
= gcType;
in CollectGarbage()
1149
gcType_
= TriggerGCType::YOUNG_GC;
in CollectGarbage()
1152
//
gcType_
must be sure. Functions ProcessNativeReferences need to use it.
in CollectGarbage()
1153
gcType_
= TriggerGCType::OLD_GC;
in CollectGarbage()
1163
//
gcType_
must be sure. Functions ProcessNativeReferences need to use it.
in CollectGarbage()
1164
gcType_
= TriggerGCType::OLD_GC;
in CollectGarbage()
1215
UpdateHeapStatsAfterGC(
gcType_
);
in CollectGarbage()
1246
if (
gcType_
in CollectGarbage()
[all...]
H
A
D
heap-inl.h
592
if (!inBackground_ &&
gcType_
!= TriggerGCType::FULL_GC &&
gcType_
!= TriggerGCType::APPSPAWN_FULL_GC) {
in SwapNewSpace()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_marker.cpp
44
gcType_
= gcType;
in Mark()
146
sHeap_->DaemonCollectGarbage(
gcType_
, gcReason_);
in HandleMarkingFinished()
H
A
D
shared_concurrent_marker.h
131
TriggerGCType
gcType_
{TriggerGCType::SHARED_GC};
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_stats.cpp
30
statistic << GC_NAMES[ToIndex(
gcType_
)] << " ";
in GetStatistics()
43
bool remarkPause = IsGenerationalGCType(
gcType_
) && (GetPhasePause(PauseTypeStats::REMARK_PAUSE) != 0U);
in GetStatistics()
129
gcType_
= gcTypeFromRuntime;
in GCStats()
134
gcType_
= GCType::INVALID_GC;
in ~GCStats()
H
A
D
gc.h
232
return instanceStats_.GetDump(
gcType_
);
in DumpStatistics()
548
gcType_
= gcType;
in SetType()
744
GCType
gcType_
{GCType::INVALID_GC};
H
A
D
gc.cpp
109
return
gcType_
;
in GetType()
365
GCScopedStats scopedStats(GetPandaVm()->GetGCStats(),
gcType_
== GCType::STW_GC ? GetStats() : nullptr);
in RunPhases()
464
if (
gcType_
!= GCType::EPSILON_GC) {
in AddReference()
971
return IsGenerationalGCType(
gcType_
);
in IsGenerational()
H
A
D
gc_stats.h
264
GCType
gcType_
{GCType::INVALID_GC};
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi.h
165
gcType_
= type;
in SetGcType()
308
switch (
gcType_
) {
in GetGcType()
429
GC_TYPE
gcType_
= GC_TYPE::EPSILON;
member in panda::RuntimeOption
Completed in 18 milliseconds