Searched refs:Validate (Results 1 – 2 of 2) sorted by relevance
48 return register_allocator.Validate(false); in Check()305 ASSERT_TRUE(register_allocator.Validate(false)); in TEST()
50 bool Validate(bool log_fatal_on_failure) { in Validate() function