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
defs:regions
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-allocator.h
138
void ResetRegions(const Container &
regions
)
in ResetRegions()
argument
H
A
D
update_remset_worker.cpp
275
void UpdateRemsetWorker<LanguageConfig>::DoInvalidateRegions(RegionVector *
regions
)
in DoInvalidateRegions()
argument
284
void UpdateRemsetWorker<LanguageConfig>::GCInvalidateRegions(RegionVector *
regions
)
in GCInvalidateRegions()
argument
293
void UpdateRemsetWorker<LanguageConfig>::InvalidateRegions(RegionVector *
regions
)
in InvalidateRegions()
argument
H
A
D
g1-allocator.cpp
308
PandaVector<Region *>
regions
= objectAllocator_->GetAllRegions();
in GetAllRegions()
local
319
PandaVector<Region *>
regions
= nonmovableAllocator_->GetAllRegions();
in GetNonRegularRegions()
local
445
CompactTenuredRegions(const PandaVector<Region *> &
regions
, const GCObjectVisitor &deathChecker, const ObjectVisitorEx &moveChecker)
CompactTenuredRegions()
argument
[all...]
H
A
D
g1-gc.cpp
941
auto
regions
= GetG1ObjectAllocator()->template GetTopGarbageRegions<false>();
HaveGarbageRegions()
local
948
auto
regions
= GetG1ObjectAllocator()->template GetTopGarbageRegions<false>();
GetOldCollectionSetCandidatesNumber()
local
963
HaveGarbageRegions(const PandaPriorityQueue<std::pair<uint32_t, Region *>> &
regions
)
HaveGarbageRegions()
argument
1938
auto
regions
= this->GetG1ObjectAllocator()->template GetTopGarbageRegions<false>();
AddOldRegionsMaxAllowed()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
rem_set-inl.h
106
PandaUnorderedSet<Region *>
regions
;
in GetDirtyRegions()
local
H
A
D
region_allocator-inl.h
407
void RegionAllocator<AllocConfigT, LockConfigT>::CompactSeveralSpecificRegions(const PandaVector<Region *> &
regions
,
in CompactSeveralSpecificRegions()
argument
564
void RegionAllocator<AllocConfigT, LockConfigT>::ResetSeveralSpecificRegions(const Container &
regions
)
in ResetSeveralSpecificRegions()
argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
g1gc_test.cpp
374
PandaVector<Region *>
regions
;
in TEST_F()
local
395
PandaVector<Region *>
regions
;
in TEST_F()
local
[all...]
Completed in 9 milliseconds