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

  /art/compiler/dex/quick/
codegen_util.cc 277 int num_regs = cu_->num_dalvik_registers + mir_graph_->GetNumUsedCompilerTemps();
327 LOG(INFO) << "CompilerTemps : " << mir_graph_->GetNumUsedCompilerTemps();
    [all...]
ralloc_util.cc 266 DCHECK_LT(position, mir_graph_->GetNumUsedCompilerTemps());
    [all...]
  /art/compiler/dex/
mir_graph.h 817 size_t GetNumUsedCompilerTemps() const {
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 142 milliseconds