Searched defs:temp_threshold (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack.cc841 int temp_threshold = code_item->registers_size_; local
843 if (reg == temp_threshold) {
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 42 milliseconds