Searched refs:max_committed_code_space_ (Results 1 – 2 of 2) sorted by relevance
1891 : max_committed_code_space_(FLAG_wasm_max_code_space * MB), in WasmCodeManager()1892 critical_committed_code_space_(max_committed_code_space_ / 2), in WasmCodeManager()1919 DCHECK_GE(max_committed_code_space_, old_value); in Commit()1920 if (region.size() > max_committed_code_space_ - old_value) { in Commit()2193 DCHECK_GE(max_committed_code_space_, committed); in NewNativeModule()2195 committed + (max_committed_code_space_ - committed) / 2); in NewNativeModule()
1090 const size_t max_committed_code_space_; variable