Searched refs:ValidateInternal (Results 1 – 2 of 2) sorted by relevance
51 if (!ValidateInternal(log_fatal_on_failure)) { in Validate()55 return ValidateInternal(log_fatal_on_failure); in Validate()94 bool ValidateInternal(bool log_fatal_on_failure) const;
107 ValidateInternal(true); in AllocateRegisters()109 ValidateInternal(true); in AllocateRegisters()427 bool RegisterAllocatorLinearScan::ValidateInternal(bool log_fatal_on_failure) const { in ValidateInternal() function in art::RegisterAllocatorLinearScan