Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h51 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;
Dregister_allocator_linear_scan.cc107 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