Searched refs:ValidateInternal (Results 1 – 2 of 2) sorted by relevance
53 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;
102 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