Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.h141 bool IsCallerSave(size_t reg, bool processing_core_regs);
Dregister_allocator_graph_color.cc1774 bool RegisterAllocatorGraphColor::IsCallerSave(size_t reg, bool processing_core_regs) { in IsCallerSave() function in art::RegisterAllocatorGraphColor
1832 bool low_caller_save = register_allocator_->IsCallerSave(i, processing_core_regs_); in ColorInterferenceGraph()
1833 bool high_caller_save = register_allocator_->IsCallerSave(i + 1, processing_core_regs_); in ColorInterferenceGraph()
1850 if (!conflict_mask[i] && register_allocator_->IsCallerSave(i, processing_core_regs_)) { in ColorInterferenceGraph()