Home
last modified time | relevance | path

Searched defs:objHeader (Results 1 – 9 of 9) 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/cmc-gc-adapter/
Dcmc-gc-adapter.cpp55 void CMCGCAdapter<LanguageConfig>::InitGCBits([[maybe_unused]] ObjectHeader *objHeader) in InitGCBits()
60 …CGCAdapter<LanguageConfig>::InitGCBitsForAllocationInTLAB([[maybe_unused]] ObjectHeader *objHeader) in InitGCBitsForAllocationInTLAB()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dstatic_object_operator.cpp52 auto *objHeader = reinterpret_cast<ObjectHeader *>(const_cast<panda::BaseObject *>(object)); in ForEachRefField() local
/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/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp688 auto objHeader = args->GetCoreType()->Get<ObjectHeader *>(i); in JSRuntimeInvoke() local
727 auto objHeader = args->GetCoreType()->Get<ObjectHeader *>(i); in JSRuntimeInstantiate() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp109 void G1GC<LanguageConfig>::InitGCBits(ark::ObjectHeader *objHeader) in InitGCBits()