Home
last modified time | relevance | path

Searched defs:baseCls (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
Dgc_marker_dynamic-inl.h25 const BaseClass *baseCls) in HandleObject()
105 const BaseClass *baseCls, in MarkInstance()
118 const BaseClass *baseCls) in MarkInstance()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/
Dgc_marker_static-inl.h140const BaseClass *baseCls, const ReferenceCheckPredicateT &refPred) in MarkInstance()
153 const BaseClass *baseCls) in MarkInstance()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dempty_reference_processor.h27 …bool IsReference([[maybe_unused]] const BaseClass *baseCls, [[maybe_unused]] const ObjectHeader *r… in IsReference()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h147 auto *baseCls = src->ClassAddr<BaseClass>(); in SetForwardAddress() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.cpp112 auto *baseCls = root.GetObjectHeader()->ClassAddr<BaseClass>(); in VerifyRoot() local
198 auto *baseCls = rootObjHeader->ClassAddr<BaseClass>(); in VerifyAll() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp38 bool EtsReferenceProcessor::IsReference(const BaseClass *baseCls, const ObjectHeader *ref, in IsReference()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp212 auto baseCls = obj->ClassAddr<BaseClass>(); in GetObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_test.cpp1045 ani_class baseCls {}; in TEST_F() local
1061 ani_class baseCls {}; in TEST_F() local
1121 ani_class baseCls {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp941 auto baseCls = src->ClassAddr<BaseClass>(); in SetForwardAddress() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp495 auto baseCls = s.ToInternalType(cls)->GetBase(); in GetSuperclass() local