Home
last modified time | relevance | path

Searched defs:IsMarked (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-marker.h33 ALWAYS_INLINE static bool IsMarked(const ObjectHeader *object) in IsMarked() function
65 ALWAYS_INLINE bool IsMarked(const ObjectHeader *object) const in IsMarked() function
104 ALWAYS_INLINE bool IsMarked(const ObjectHeader *object) const in IsMarked() function
Dg1-gc.cpp1008 bool G1GC<LanguageConfig>::IsMarked(ark::ObjectHeader const *object) const in IsMarked() function in ark::mem::G1GC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.cpp72 bool CardTable::IsMarked(uintptr_t addr) const in IsMarked() function in ark::mem::CardTable
158 bool CardTable::Card::IsMarked() const in IsMarked() function in ark::mem::CardTable::Card
179 bool CardTable::Card::IsMarked(CardStatus status) in IsMarked() function in ark::mem::CardTable::Card
Dgc_marker.h215 bool IsMarked(const ObjectHeader *object) const in IsMarked() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.h57 bool IsMarked(const ObjectHeader *object) const in IsMarked() function
Dstw-gc.cpp239 bool StwGC<LanguageConfig>::IsMarked(const ObjectHeader *object) const in IsMarked() function in ark::mem::StwGC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
Depsilon.cpp84 bool EpsilonGC<LanguageConfig>::IsMarked(const ObjectHeader *object) const in IsMarked() function in ark::mem::EpsilonGC
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dmarker.h100 bool IsMarked(Marker mrk) in IsMarked() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h100 bool IsMarked(Marker mrk) in IsMarked() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h73 bool IsMarked([[maybe_unused]] const ObjectHeader *object) const override in IsMarked() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp576 bool GenGC<LanguageConfig>::IsMarked(const ObjectHeader *object) const in IsMarked() function in ark::mem::GenGC