Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc437 int lowreg_index = start_vreg + i + (t_loc->high_word ? -1 : 0); in FlushIns() local
438 int low_reg = promotion_map_[lowreg_index].fp_reg; in FlushIns()
439 int high_reg = promotion_map_[lowreg_index + 1].fp_reg; in FlushIns()