Lines Matching refs:SharedGC
60 class SharedGC;
637 // Only means the main body of SharedGC is finished, i.e. if parallel_gc is enabled, this flags will be set
864 // Only means the main body of SharedGC is finished, i.e. if parallel_gc is enabled, this flags will be set
881 SharedGC *sharedGC_ {nullptr};
1631 // Some data used in SharedGC is also need to store in local heap, e.g. the temporary local mark stack.
1634 * During SharedGC concurrent marking, barrier will push shared object to mark stack for marking,
1635 * in LocalGC can just push non-shared object to WorkNode for MAIN_THREAD_INDEX, but in SharedGC, only can
1642 * Recording the local_to_share rset used in SharedGC concurrentMark,
1643 * which lifecycle is in one SharedGC.
1645 * other the SharedGC concurrentMark will visitor the incorrect local_to_share bit.