Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-marker.h39 ALWAYS_INLINE static bool IsMarked(const ObjectHeader *object) in IsMarked() function
86 ALWAYS_INLINE bool IsMarked(const ObjectHeader *object) const in IsMarked() function
120 ALWAYS_INLINE static bool IsMarked(const ObjectHeader *object) in IsMarked() function
Dg1-gc.cpp1204 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.cpp240 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/runtime/mem/gc/cmc-gc-adapter/
Dcmc-gc-adapter.cpp83 bool CMCGCAdapter<LanguageConfig>::IsMarked([[maybe_unused]] const ObjectHeader *object) const in IsMarked() function in ark::mem::CMCGCAdapter
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference.h98 bool IsMarked() const in IsMarked() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dmarker.h100 bool IsMarked(Marker mrk) in IsMarked() function
/arkcompiler/ets_runtime/common_components/heap/collector/
Dregion_bitmap.h66 bool IsMarked(size_t start) in IsMarked() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h100 bool IsMarked(Marker mrk) in IsMarked() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_marker.cpp65 bool HeapMarker::IsMarked(JSTaggedType addr) in IsMarked() function in panda::ecmascript::HeapMarker
/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.cpp579 bool GenGC<LanguageConfig>::IsMarked(const ObjectHeader *object) const in IsMarked() function in ark::mem::GenGC