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:DEAD_OBJECT
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
mem.h
239
DEAD_OBJECT
,
member in panda::ObjectStatus
262
return ObjectStatus::
DEAD_OBJECT
;
in GCKillEmAllVisitor()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
mem.h
271
DEAD_OBJECT
,
member in ark::ObjectStatus
292
return ObjectStatus::
DEAD_OBJECT
;
in GCKillEmAllVisitor()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
string_table.cpp
248
ASSERT(gcObjectVisitor(object) != ObjectStatus::
DEAD_OBJECT
);
in Sweep()
253
} else if (gcObjectVisitor(object) == ObjectStatus::
DEAD_OBJECT
) {
in Sweep()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
H
A
D
stw-gc.cpp
160
if (status == ObjectStatus::
DEAD_OBJECT
) {
in SweepImpl()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_marker.h
241
IsMarked<REVERSED_MARK>(object) ? ObjectStatus::ALIVE_OBJECT : ObjectStatus::
DEAD_OBJECT
;
in MarkChecker()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-gc.cpp
238
return ObjectStatus::
DEAD_OBJECT
;
in RegionPromotionImpl()
322
return ObjectStatus::
DEAD_OBJECT
;
in operator ()()
476
return ObjectStatus::
DEAD_OBJECT
;
in RegionCompactingImpl()
1894
return ObjectStatus::
DEAD_OBJECT
;
in SweepNonRegularVmRefs()
1897
return this->IsMarked(object) ? ObjectStatus::ALIVE_OBJECT : ObjectStatus::
DEAD_OBJECT
;
in SweepNonRegularVmRefs()
1908
return ObjectStatus::
DEAD_OBJECT
;
in SweepRegularVmRefs()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H
A
D
gen-gc.cpp
625
if (status == ObjectStatus::
DEAD_OBJECT
) {
in Sweep()
662
return ObjectStatus::
DEAD_OBJECT
;
in SweepYoungVmRefs()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
allocator_test_base.h
912
return ObjectStatus::
DEAD_OBJECT
;
in MtAllocIterateTest()
960
return ObjectStatus::
DEAD_OBJECT
;
in MtAllocCollectTest()
1059
return ObjectStatus::
DEAD_OBJECT
;
in ReturnDeadAndPutInSet()
1286
object->IsMarkedForGC() ? ObjectStatus::
DEAD_OBJECT
: ObjectStatus::ALIVE_OBJECT;
in MtAllocCollectRun()
H
A
D
region_allocator_test.cpp
924
allocator.CollectAndRemoveFreeRegions(REGION_VISITOR, [](ObjectHeader *) { return ObjectStatus::
DEAD_OBJECT
; });
in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
humongous_obj_allocator-inl.h
136
if (deathCheckerFn(objectHeader) == ObjectStatus::
DEAD_OBJECT
) {
in Collect()
H
A
D
freelist_allocator-inl.h
228
if (deathCheckerFn(mem) == ObjectStatus::
DEAD_OBJECT
) {
in Collect()
H
A
D
region_allocator-inl.h
753
if (deathChecker(objectToProceed) == ObjectStatus::
DEAD_OBJECT
) {
in Collect()
H
A
D
runslots_allocator-inl.h
237
if (deathCheckerFn(objectHeader) == ObjectStatus::
DEAD_OBJECT
) {
in Collect()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_vm.cpp
595
if (gcObjectVisitor((*it)->GetCoreType()) == ObjectStatus::
DEAD_OBJECT
) {
in SweepVmRefs()
Completed in 22 milliseconds