Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc842 const int max_num_special_temps = 1; in GetVRegOffsetFromQuickCode() local
846 } else if (reg >= temp_threshold + max_num_special_temps) { in GetVRegOffsetFromQuickCode()
852 int relative_offset = (reg - (temp_threshold + max_num_special_temps)) * sizeof(uint32_t); in GetVRegOffsetFromQuickCode()