OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rl_arg
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
gen_invoke.cc
447
RegLocation
rl_arg
= info->args[0];
local
448
cg->LoadValueDirectFixed(
rl_arg
, cg->TargetReg(kArg1));
630
RegLocation
rl_arg
= info->args[next_arg++];
local
631
rl_arg
= UpdateRawLoc(
rl_arg
);
632
if (
rl_arg
.wide && (next_reg <= TargetReg(kArg2))) {
633
LoadValueDirectWideFixed(
rl_arg
, next_reg, next_reg + 1);
637
if (
rl_arg
.wide) {
638
rl_arg
.wide = false;
639
rl_arg
.is_const = false
661
RegLocation
rl_arg
;
local
[
all
...]
gen_common.cc
319
RegLocation
rl_arg
= LoadValue(info->args[i], kCoreReg);
local
322
i * 4,
rl_arg
.low_reg, kWord);
324
if (IsTemp(
rl_arg
.low_reg)) {
325
FreeTemp(
rl_arg
.low_reg);
[
all
...]
Completed in 63 milliseconds