Home
last modified time | relevance | path

Searched refs:log_fatal_on_failure (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h49 bool Validate(bool log_fatal_on_failure) override { in Validate() argument
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;
Dregister_allocator.h61 virtual bool Validate(bool log_fatal_on_failure) = 0;
72 bool log_fatal_on_failure);
Dregister_allocator.cc114 bool log_fatal_on_failure) { in ValidateIntervals() argument
151 if (log_fatal_on_failure) { in ValidateIntervals()
165 if (kIsDebugBuild && log_fatal_on_failure && !current->IsFixed()) { in ValidateIntervals()
176 if (log_fatal_on_failure) { in ValidateIntervals()
Dregister_allocator_graph_color.h97 bool Validate(bool log_fatal_on_failure) override;
Dregister_allocator_linear_scan.cc427 bool RegisterAllocatorLinearScan::ValidateInternal(bool log_fatal_on_failure) const { in ValidateInternal()
460 log_fatal_on_failure); in ValidateInternal()