HomeSort by relevance Sort by last modified time
    Searched refs:IsCallerSaveRegister (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator_linear_scan.h 99 bool IsCallerSaveRegister(int reg) const;
register_allocator_linear_scan.cc 771 bool RegisterAllocatorLinearScan::IsCallerSaveRegister(int reg) const {
791 if (prefers_caller_save && !IsCallerSaveRegister(i)) {
    [all...]

Completed in 63 milliseconds