Searched refs:max_num_special_temps (Results 1 - 1 of 1) sorted by path

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

Completed in 22 milliseconds