Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h923 return GetNumNonSpecialCompilerTemps() + max_available_special_compiler_temps_; in GetNumUsedCompilerTemps()
941 return GetNumNonSpecialCompilerTemps() * sizeof(uint32_t); in GetMaximumBytesForNonSpecialTemps()
948 size_t GetNumNonSpecialCompilerTemps() const { in GetNumNonSpecialCompilerTemps() function
961 if (new_max < (GetNumNonSpecialCompilerTemps() + reserved_temps_for_backend_)) { in SetMaxAvailableNonSpecialCompilerTemps()