Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc421 if (mir_graph_->GetNumOfInVRs() == 0) { in FlushIns()
441 for (uint32_t i = 0; i < mir_graph_->GetNumOfInVRs(); i += t_loc->wide ? 2 : 1) { in FlushIns()
Dcodegen_util.cc353 LOG(INFO) << "Ins : " << mir_graph_->GetNumOfInVRs(); in CodegenDump()
/art/compiler/dex/
Dmir_graph.h1077 uint32_t GetNumOfInVRs() const { in GetNumOfInVRs() function
Dtype_inference.cc706 mir_graph_->GetFirstInVR() + mir_graph_->GetNumOfInVRs()); in InitializeSRegs()