Searched refs:old_committed (Results 1 – 1 of 1) sorted by relevance
868 size_t old_committed = committed_code_space_.fetch_sub(region.size()); in FreeCode() local869 DCHECK_GE(old_committed, region.size()); in FreeCode()870 USE(old_committed); in FreeCode()1975 size_t old_committed = total_committed_code_space_.fetch_sub(region.size()); in Decommit() local1976 DCHECK_LE(region.size(), old_committed); in Decommit()1977 USE(old_committed); in Decommit()2487 size_t old_committed = in FreeNativeModule() local2489 DCHECK_LE(committed_size, old_committed); in FreeNativeModule()2490 USE(old_committed); in FreeNativeModule()