Searched refs:num_non_special_compiler_temps_ (Results 1 – 3 of 3) sorted by relevance
235 if (num_non_special_compiler_temps_ >= max_available_non_special_compiler_temps_) { in GetNumAvailableNonSpecialCompilerTemps()238 return max_available_non_special_compiler_temps_ - num_non_special_compiler_temps_; in GetNumAvailableNonSpecialCompilerTemps()274 num_non_special_compiler_temps_; in GetNewCompilerTemp()276 num_non_special_compiler_temps_++; in GetNewCompilerTemp()303 num_non_special_compiler_temps_++; in GetNewCompilerTemp()
819 DCHECK_LE(num_non_special_compiler_temps_, total_num_temps); in GetNumUsedCompilerTemps()828 return num_non_special_compiler_temps_; in GetNumNonSpecialCompilerTemps()1193 size_t num_non_special_compiler_temps_; variable
120 num_non_special_compiler_temps_(0), in MIRGraph()