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