Searched refs:expected_marked_bytes (Results 1 – 2 of 2) sorted by relevance
61 size_t expected_marked_bytes = std::ceil( in GetNextIncrementalStepDuration() local63 if (expected_marked_bytes < actual_marked_bytes) { in GetNextIncrementalStepDuration()75 expected_marked_bytes - actual_marked_bytes); in GetNextIncrementalStepDuration()
46 v8::base::Optional<size_t> expected_marked_bytes) { in Run() argument69 if (expected_marked_bytes && verifier_found_marked_bytes_are_exact_) { in Run()70 CHECK_EQ(expected_marked_bytes.value(), verifier_found_marked_bytes_); in Run()