Searched defs:rl_length (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dint_arm.cc959 RegLocation rl_length = info->args[4]; local
963 (rl_length.is_const && (mir_graph_->ConstantValue(rl_length) < 0))) {
982 LoadValueDirectFixed(rl_length, rs_length);
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc798 RegLocation rl_length = info->args[4]; local
802 (rl_length.is_const && (mir_graph_->ConstantValue(rl_length) < 0))) {
821 LoadValueDirectFixed(rl_length, rs_length);
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1109 RegLocation rl_length = info->args[4]; local
1124 LoadValueDirectFixed(rl_length, rs_rDX);
1193 LoadValueDirectFixed(rl_length, rs_rCX);

Completed in 99 milliseconds