Home
last modified time | relevance | path

Searched defs:Collect (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Dcompile_decision.cpp60 void MethodNameCollector::Collect(const std::string& methodFullName) const in Collect() function in panda::ecmascript::MethodNameCollector
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h91 void Collect(const GCObjectVisitor &gcObjectVisitor, GCCollectMode collectMode) final in Collect() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator-inl.h284 inline void PygoteSpaceAllocator<AllocConfigT>::Collect(const GCObjectVisitor &gcVisitor) in Collect() function
Dregion_allocator-inl.h646 void RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::Collect(const GCObjectV… in Collect() function
797 void RegionHumongousAllocator<AllocConfigT, LockConfigT>::Collect(Region *region, const GCObjectVis… in Collect() function
Dallocator.cpp225 void ObjectAllocatorNoGen<MT_MODE>::Collect(const GCObjectVisitor &gcObjectVisitor, in Collect() function in ark::mem::ObjectAllocatorNoGen
417 void ObjectAllocatorGen<MT_MODE>::Collect(const GCObjectVisitor &gcObjectVisitor, GCCollectMode col… in Collect() function in ark::mem::ObjectAllocatorGen
Dhumongous_obj_allocator-inl.h132 void HumongousObjAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &deathCheckerF… in Collect() function
Drunslots_allocator-inl.h247 inline void RunSlotsAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &deathCheck… in Collect() function
Dfreelist_allocator-inl.h233 void FreeListAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &deathCheckerFn) in Collect() function
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp67 void ArkStackMapBuilder::Collect( in Collect() function in panda::ecmascript::kungfu::ArkStackMapBuilder