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

  /art/compiler/dex/quick/
mir_to_lir.cc 40 int next_loc = 0; local
45 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg);
48 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg);
54 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg);
57 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg);
63 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg);
65 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg);
  /art/compiler/dex/portable/
mir_to_gbc.cc 707 int next_loc = 0; local
712 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg);
715 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg);
721 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg);
724 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg);
730 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg);
732 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg);
    [all...]

Completed in 289 milliseconds