Searched refs:Validate (Results 1 – 5 of 5) sorted by relevance
61 virtual bool Validate(bool log_fatal_on_failure) = 0;
97 bool Validate(bool log_fatal_on_failure) override;
49 bool Validate(bool log_fatal_on_failure) override { in Validate() function
96 return register_allocator->Validate(false); in Check()335 ASSERT_TRUE(register_allocator->Validate(false)); in Loop3()419 ASSERT_TRUE(register_allocator->Validate(false)); in DeadPhi()
728 Validate(/*log_fatal_on_failure*/ true); in AllocateRegisters()732 bool RegisterAllocatorGraphColor::Validate(bool log_fatal_on_failure) { in Validate() function in art::RegisterAllocatorGraphColor