Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h99 bool IsCallerSaveRegister(int reg) const;
Dregister_allocator_linear_scan.cc771 bool RegisterAllocatorLinearScan::IsCallerSaveRegister(int reg) const { in IsCallerSaveRegister() function in art::RegisterAllocatorLinearScan
791 if (prefers_caller_save && !IsCallerSaveRegister(i)) { in FindAvailableRegister()