| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-marker.h | 39 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
|
| D | g1-gc.cpp | 1204 bool G1GC<LanguageConfig>::IsMarked(ark::ObjectHeader const *object) const in IsMarked() function in ark::mem::G1GC
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table.cpp | 72 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
|
| D | gc_marker.h | 215 bool IsMarked(const ObjectHeader *object) const in IsMarked() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.h | 57 bool IsMarked(const ObjectHeader *object) const in IsMarked() function
|
| D | stw-gc.cpp | 240 bool StwGC<LanguageConfig>::IsMarked(const ObjectHeader *object) const in IsMarked() function in ark::mem::StwGC
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/ |
| D | epsilon.cpp | 84 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/ |
| D | cmc-gc-adapter.cpp | 83 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/ |
| D | shared_reference.h | 98 bool IsMarked() const in IsMarked() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | marker.h | 100 bool IsMarked(Marker mrk) in IsMarked() function
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | region_bitmap.h | 66 bool IsMarked(size_t start) in IsMarked() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | marker.h | 100 bool IsMarked(Marker mrk) in IsMarked() function
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_marker.cpp | 65 bool HeapMarker::IsMarked(JSTaggedType addr) in IsMarked() function in panda::ecmascript::HeapMarker
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 73 bool IsMarked([[maybe_unused]] const ObjectHeader *object) const override in IsMarked() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 579 bool GenGC<LanguageConfig>::IsMarked(const ObjectHeader *object) const in IsMarked() function in ark::mem::GenGC
|