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:ALIVE_OBJECT
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_marker.h
237
return ObjectStatus::
ALIVE_OBJECT
;
in MarkChecker()
241
IsMarked<REVERSED_MARK>(object) ? ObjectStatus::
ALIVE_OBJECT
: ObjectStatus::DEAD_OBJECT;
in MarkChecker()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
tlab.h
179
if (deathChecker(objectHeader) == ObjectStatus::
ALIVE_OBJECT
) {
in CollectAndMove()
H
A
D
bump-allocator-inl.h
261
if (deathChecker(objectHeader) == ObjectStatus::
ALIVE_OBJECT
) {
in CollectAndMove()
H
A
D
region_allocator-inl.h
449
if (deathChecker(object) != ObjectStatus::
ALIVE_OBJECT
) {
in CompactSpecificRegion()
533
if (deathChecker(object) == ObjectStatus::
ALIVE_OBJECT
) {
in PromoteYoungRegion()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
region_allocator_test.cpp
180
return ObjectStatus::
ALIVE_OBJECT
;
in ObjectChecker()
446
return ObjectStatus::
ALIVE_OBJECT
;
in TEST_F()
544
regionsVector, []([[maybe_unused]] ObjectHeader *object) { return ObjectStatus::
ALIVE_OBJECT
; },
in TEST_F()
591
return ObjectStatus::
ALIVE_OBJECT
;
in TEST_F()
875
return ObjectStatus::
ALIVE_OBJECT
;
in TEST_F()
902
allocator.CollectAndRemoveFreeRegions(REGION_VISITOR, [](ObjectHeader *) { return ObjectStatus::
ALIVE_OBJECT
; });
in TEST_F()
H
A
D
allocator_test_base.h
1286
object->IsMarkedForGC() ? ObjectStatus::DEAD_OBJECT : ObjectStatus::
ALIVE_OBJECT
;
in MtAllocCollectRun()
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
mem.h
240
ALIVE_OBJECT
,
member in panda::ObjectStatus
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-gc.cpp
234
return ObjectStatus::
ALIVE_OBJECT
;
in RegionPromotionImpl()
297
return ObjectStatus::
ALIVE_OBJECT
;
in operator ()()
303
return ObjectStatus::
ALIVE_OBJECT
;
in operator ()()
309
return ObjectStatus::
ALIVE_OBJECT
;
in operator ()()
467
return ObjectStatus::
ALIVE_OBJECT
;
in RegionCompactingImpl()
1887
return ObjectStatus::
ALIVE_OBJECT
;
in SweepNonRegularVmRefs()
1897
return this->IsMarked(object) ? ObjectStatus::
ALIVE_OBJECT
: ObjectStatus::DEAD_OBJECT;
in SweepNonRegularVmRefs()
1910
return ObjectStatus::
ALIVE_OBJECT
;
in SweepRegularVmRefs()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
mem.h
272
ALIVE_OBJECT
,
member in ark::ObjectStatus
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H
A
D
gen-gc.cpp
603
return ObjectStatus::
ALIVE_OBJECT
;
in Sweep()
664
return ObjectStatus::
ALIVE_OBJECT
;
in SweepYoungVmRefs()
Completed in 14 milliseconds