Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h53 if (!ValidateInternal(log_fatal_on_failure)) { in Validate()
57 return ValidateInternal(log_fatal_on_failure); in Validate()
140 bool ValidateInternal(bool log_fatal_on_failure) const;
Dregister_allocator.cc102 ValidateInternal(true); in AllocateRegisters()
104 ValidateInternal(true); in AllocateRegisters()
426 bool RegisterAllocator::ValidateInternal(bool log_fatal_on_failure) const { in ValidateInternal() function in art::RegisterAllocator