Home
last modified time | relevance | path

Searched defs:obj_header (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/epsilon/
Depsilon.cpp54 void EpsilonGC<LanguageConfig>::InitGCBits([[maybe_unused]] panda::ObjectHeader *obj_header) in InitGCBits()
59 …GC<LanguageConfig>::InitGCBitsForAllocationInTLAB([[maybe_unused]] panda::ObjectHeader *obj_header) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp235 …GC<LanguageConfig>::InitGCBitsForAllocationInTLAB([[maybe_unused]] panda::ObjectHeader *obj_header) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h41 void InitGCBits([[maybe_unused]] panda::ObjectHeader *obj_header) override {} in InitGCBits()
42 void InitGCBitsForAllocationInTLAB([[maybe_unused]] panda::ObjectHeader *obj_header) override {} in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp138 void GenGC<LanguageConfig>::InitGCBits(panda::ObjectHeader *obj_header) in InitGCBits()
155 void GenGC<LanguageConfig>::InitGCBitsForAllocationInTLAB(panda::ObjectHeader *obj_header) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp182 void G1GC<LanguageConfig>::InitGCBits(panda::ObjectHeader *obj_header) in InitGCBits()