Searched refs:IsInGCPostProcessing (Results 1 – 2 of 2) sorted by relevance
658 inline bool IsInGCPostProcessing() { return gc_post_processing_depth_ > 0; } in IsInGCPostProcessing() function
556 return !isolate->heap()->IsInGCPostProcessing(); in SupportsExternalization()