Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1832 bool low_caller_save = register_allocator_->IsCallerSave(i, 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()