OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lowreg_index
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/quick/
gen_invoke.cc
302
int
lowreg_index
= start_vreg + i + (t_loc->high_word ? -1 : 0);
local
303
int low_reg = promotion_map_[
lowreg_index
].FpReg;
304
int high_reg = promotion_map_[
lowreg_index
+ 1].FpReg;
[
all
...]
Completed in 48 milliseconds