Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h923 return GetNumNonSpecialCompilerTemps() + max_available_special_compiler_temps_; in GetNumUsedCompilerTemps()
982 return max_available_special_compiler_temps_ + max_available_non_special_compiler_temps_; in GetMaxPossibleCompilerTemps()
1101 return GetFirstSpecialTempVR() + max_available_special_compiler_temps_; in GetFirstNonSpecialTempVR()
1454 …size_t max_available_special_compiler_temps_; // Keeps track of maximum available special tem… variable
Dmir_optimization.cc251 DCHECK_EQ(max_available_special_compiler_temps_, 1u); in GetNumBytesForSpecialTemps()
Dmir_graph.cc131max_available_special_compiler_temps_(1), // We only need the method ptr as a special temp for no… in MIRGraph()