OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg_regs
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/quick/
gen_invoke.cc
729
int
arg_regs
[3] = {TargetReg(kArg1, kNotWide).GetReg(), TargetReg(kArg2, kNotWide).GetReg(),
local
742
RegStorage r_tmp(RegStorage::k64BitPair,
arg_regs
[next_reg],
arg_regs
[next_reg + 1]);
751
LoadValueDirectFixed(rl_arg, RegStorage::Solo32(
arg_regs
[next_reg]));
[
all
...]
Completed in 1021 milliseconds