HomeSort by relevance Sort by last modified time
    Searched refs:LoadValueDirectFixed (Results 1 - 14 of 14) sorted by null

  /art/compiler/dex/quick/
gen_invoke.cc 124 LoadValueDirectFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, arg0));
145 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1));
159 LoadValueDirectFixed(arg0, TargetReg(kArg0, arg0));
214 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2));
234 LoadValueDirectFixed(arg0, arg0_reg);
240 LoadValueDirectFixed(arg1, arg1_reg);
247 LoadValueDirectFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, kNotWide));
250 LoadValueDirectFixed(arg1, TargetReg(arg1.fp ? kFArg2 : kArg1, kNotWide));
252 LoadValueDirectFixed(arg1, TargetReg(kArg1, kNotWide));
264 LoadValueDirectFixed(arg1, TargetReg(arg1.fp ? kFArg2 : kArg2, kNotWide))
    [all...]
gen_loadstore.cc 108 void Mir2Lir::LoadValueDirectFixed(RegLocation rl_src, RegStorage r_dest) {
381 LoadValueDirectFixed(mir_graph_->GetMethodLoc(), r_tgt);
gen_common.cc     [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/mips/
fp_mips.cc 200 LoadValueDirectFixed(rl_src1, rs_rMIPS_FARG0);
201 LoadValueDirectFixed(rl_src2, rs_rMIPS_FARG2);
call_mips.cc 240 LoadValueDirectFixed(rl_src, rs_rMIPS_ARG0);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 174 LoadValueDirectFixed(rl_src, rs_x0);
196 LoadValueDirectFixed(rl_src, rs_x0); // = TargetReg(kArg0, kRef)
244 LoadValueDirectFixed(rl_src, rs_x0); // Get obj
target_arm64.cc     [all...]
int_arm64.cc 810 LoadValueDirectFixed(rl_src, rs_src);
811 LoadValueDirectFixed(rl_dst, rs_dst);
821 LoadValueDirectFixed(rl_length, rs_length);
826 LoadValueDirectFixed(rl_src_pos, rs_src_pos);
833 LoadValueDirectFixed(rl_dst_pos, rs_dst_pos);
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 165 LoadValueDirectFixed(rl_src, rs_r0);
182 LoadValueDirectFixed(rl_src, rs_r0); // Get obj
252 LoadValueDirectFixed(rl_src, rs_r0); // Get obj
int_arm.cc     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
call_x86.cc 156 LoadValueDirectFixed(rl_src, array_ptr);
int_x86.cc 610 LoadValueDirectFixed(rl_src, rl_result.reg);
618 LoadValueDirectFixed(rl_src, rl_result.reg);
691 LoadValueDirectFixed(rl_src, rs_r0);
760 LoadValueDirectFixed(rl_src1, rs_r0);
763 LoadValueDirectFixed(rl_src2, rs_r1);
    [all...]

Completed in 365 milliseconds