HomeSort by relevance Sort by last modified time
    Searched refs:max_available_special_compiler_temps_ (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_graph.h 923 return GetNumNonSpecialCompilerTemps() + max_available_special_compiler_temps_;
1454 size_t max_available_special_compiler_temps_; \/\/ Keeps track of maximum available special temps. member in class:art::MIRGraph
    [all...]
mir_graph.cc 131 max_available_special_compiler_temps_(1), // We only need the method ptr as a special temp for now.
    [all...]
mir_optimization.cc 251 DCHECK_EQ(max_available_special_compiler_temps_, 1u);
    [all...]

Completed in 391 milliseconds