Home
last modified time | relevance | path

Searched refs:Validate (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h61 virtual bool Validate(bool log_fatal_on_failure) = 0;
Dregister_allocator_graph_color.h97 bool Validate(bool log_fatal_on_failure) override;
Dregister_allocator_linear_scan.h49 bool Validate(bool log_fatal_on_failure) override { in Validate() function
Dregister_allocator_test.cc98 return register_allocator->Validate(false); in Check()
337 ASSERT_TRUE(register_allocator->Validate(false)); in Loop3()
421 ASSERT_TRUE(register_allocator->Validate(false)); in DeadPhi()
Dregister_allocator_graph_color.cc728 Validate(/*log_fatal_on_failure*/ true); in AllocateRegisters()
732 bool RegisterAllocatorGraphColor::Validate(bool log_fatal_on_failure) { in Validate() function in art::RegisterAllocatorGraphColor