Home
last modified time | relevance | path

Searched refs:ReferenceProcessPredicateT (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h41 using ReferenceProcessPredicateT = typename GC::ReferenceProcessPredicateT; variable
70 … const ObjectHeader *object, const ReferenceProcessPredicateT &pred) = 0;
Dempty_reference_processor.h35 [[maybe_unused]] const ReferenceProcessPredicateT &pred) override in HandleReference()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.h44 const ReferenceProcessPredicateT &pred) final;
Dets_reference_processor.cpp108 [[maybe_unused]] const ReferenceProcessPredicateT &pred) in HandleReference()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h140 using ReferenceProcessPredicateT = std::function<bool(const ObjectHeader *)>; variable
417 const ReferenceProcessPredicateT &pred);
Dgc.cpp436 const ReferenceProcessPredicateT &pred) in ProcessReference()