Home
last modified time | relevance | path

Searched refs:ValidateInternal (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h52 if (!ValidateInternal(log_fatal_on_failure)) { in Validate()
56 return ValidateInternal(log_fatal_on_failure); in Validate()
118 bool ValidateInternal(bool log_fatal_on_failure) const;
Dregister_allocator.cc82 ValidateInternal(true); in AllocateRegisters()
84 ValidateInternal(true); in AllocateRegisters()
204 bool RegisterAllocator::ValidateInternal(bool log_fatal_on_failure) const { in ValidateInternal() function in art::RegisterAllocator