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:memRange
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
mem_range.h
63
friend std::ostream &operator<<(std::ostream &os, MemRange const &
memRange
)
in operator <<()
argument
H
A
D
code_allocator.cpp
71
void CodeAllocator::ProtectCode(os::mem::MapRange<std::byte>
memRange
)
in ProtectCode()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
alloc_config.h
122
static void OnInitYoungRegion(const MemRange &
memRange
)
in OnInitYoungRegion()
argument
183
static void OnInitYoungRegion(const MemRange &
memRange
)
in OnInitYoungRegion()
argument
233
static void OnInitYoungRegion([[maybe_unused]] const MemRange &
memRange
) {}
in OnInitYoungRegion()
argument
310
static void OnInitYoungRegion([[maybe_unused]] const MemRange &
memRange
) {}
in OnInitYoungRegion()
argument
347
static void OnInitYoungRegion([[maybe_unused]] const MemRange &
memRange
) {}
in OnInitYoungRegion()
argument
H
A
D
tlab.cpp
87
IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisitor, const MemRange &
memRange
)
IterateOverObjectsInRange()
argument
H
A
D
allocator.cpp
552
bool ObjectAllocatorGen<MT_MODE>::IsIntersectedWithYoung(const MemRange &
memRange
)
in IsIntersectedWithYoung()
argument
635
void ObjectAllocatorGen<MT_MODE>::IterateOverObjectsInRange(MemRange
memRange
, const ObjectVisitor &objectVisitor)
in IterateOverObjectsInRange()
argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H
A
D
crossing_map_singleton.cpp
108
void CrossingMapSingleton::MarkCardsAsYoung(const MemRange &
memRange
)
in MarkCardsAsYoung()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-evacuate-regions-worker-state-inl.h
194
void G1EvacuateRegionsWorkerState<LanguageConfig>::IterateRefsInMemRange(const MemRange &
memRange
, Region *region)
in IterateRefsInMemRange()
argument
H
A
D
g1-allocator.cpp
61
bool ObjectAllocatorG1<MT_MODE>::IsIntersectedWithYoung(const MemRange &
memRange
)
in IsIntersectedWithYoung()
argument
123
void ObjectAllocatorG1<MT_MODE>::IterateOverObjectsInRange(MemRange
memRange
, const ObjectVisitor &objectVisitor)
in IterateOverObjectsInRange()
argument
[all...]
H
A
D
g1-gc.cpp
259
void G1GC<LanguageConfig>::IterateOverRefsInMemRange(const MemRange &
memRange
, Region *region, Handler &refsHandler)
in IterateOverRefsInMemRange()
argument
/arkcompiler/runtime_core/static_core/compiler/
H
A
D
compile_method.cpp
133
auto
memRange
= allocator->AllocateCodeUnprotected(codeSize);
in EmitCode()
local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
mem_range_test.cpp
76
auto
memRange
= ark::mem::MemRange(START, END);
in TEST()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
card_table.cpp
271
void CardTable::MarkCardsAsYoung(const MemRange &
memRange
)
in MarkCardsAsYoung()
argument
Completed in 12 milliseconds