Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1833 bool high_caller_save = register_allocator_->IsCallerSave(i + 1, processing_core_regs_); in ColorInterferenceGraph() local
1835 if (low_caller_save && high_caller_save) { in ColorInterferenceGraph()
1838 } else if (low_caller_save || high_caller_save) { in ColorInterferenceGraph()