Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.h125 bool isYoung = p(*root); in UpdateAotStringRoots() local
Daot_manager.cpp156 void AotManager::RegisterAotStringRoot(ObjectHeader **slot, bool isYoung) in RegisterAotStringRoot()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_space.cpp339 bool GenerationalSpaces::CanAllocInSpace(bool isYoung, size_t chunkSize) const in CanAllocInSpace()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp166 ScopedRegionCollectionInfo(const GC *gc, const char *title, const Region *region, bool isYoung, in ScopedRegionCollectionInfo()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp506 bool isYoung = vm->GetHeapManager()->IsObjectInYoungSpace(str); in ResolveStringAotEntrypoint() local