OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:native_reg_id
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/quick/
local_optimizations.cc
174
int
native_reg_id
= this_lir->operands[0];
local
249
bool reg_compatible = RegStorage::SameRegType(check_lir->operands[0],
native_reg_id
);
256
EliminateLoad(check_lir,
native_reg_id
);
262
if (check_lir->operands[0] !=
native_reg_id
) {
274
EliminateLoad(check_lir,
native_reg_id
);
Completed in 259 milliseconds