Home
last modified time | relevance | path

Searched defs:IsSurvivedObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp68 bool IsSurvivedObject(const BaseObject* obj) const override in IsSurvivedObject() function in common::HeapImpl
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.h177 inline bool IsSurvivedObject(const BaseObject* obj) const in IsSurvivedObject() function