Home
last modified time | relevance | path

Searched defs:objHeader (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
Depsilon.cpp55 void EpsilonGC<LanguageConfig>::InitGCBits([[maybe_unused]] ark::ObjectHeader *objHeader) in InitGCBits()
60 …lonGC<LanguageConfig>::InitGCBitsForAllocationInTLAB([[maybe_unused]] ark::ObjectHeader *objHeader) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
Depsilon-g1.cpp92 void EpsilonG1GC<LanguageConfig>::InitGCBits([[maybe_unused]] ark::ObjectHeader *objHeader) in InitGCBits()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp185 …StwGC<LanguageConfig>::InitGCBitsForAllocationInTLAB([[maybe_unused]] ark::ObjectHeader *objHeader) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h47 void InitGCBits([[maybe_unused]] ark::ObjectHeader *objHeader) override {} in InitGCBits()
48 void InitGCBitsForAllocationInTLAB([[maybe_unused]] ark::ObjectHeader *objHeader) override {} in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp128 void GenGC<LanguageConfig>::InitGCBits(ark::ObjectHeader *objHeader) in InitGCBits()
145 void GenGC<LanguageConfig>::InitGCBitsForAllocationInTLAB(ark::ObjectHeader *objHeader) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp108 void G1GC<LanguageConfig>::InitGCBits(ark::ObjectHeader *objHeader) in InitGCBits()