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

  /art/compiler/dex/quick/
gen_invoke.cc 128 LoadValueDirectFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, arg0));
149 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1));
163 LoadValueDirectFixed(arg0, TargetReg(kArg0, arg0));
217 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1));
239 LoadValueDirectFixed(arg0, arg0_reg);
245 LoadValueDirectFixed(arg1, arg1_reg);
252 LoadValueDirectFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, kNotWide));
256 LoadValueDirectFixed(arg1, TargetReg((arg1.fp && arg0.fp) ? kFArg2 : kArg1, kNotWide));
258 LoadValueDirectFixed(arg1, TargetReg(arg1.fp ? kFArg1 : kArg1, kNotWide));
273 LoadValueDirectFixed(arg1, TargetReg((arg1.fp && arg0.fp) ? kFArg2 : kArg2, kNotWide))
    [all...]
gen_loadstore.cc 73 void Mir2Lir::LoadValueDirectFixed(RegLocation rl_src, RegStorage r_dest) {
347 LoadValueDirectFixed(mir_graph_->GetMethodLoc(), r_tgt);
gen_common.cc     [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/mips/
fp_mips.cc 247 LoadValueDirectFixed(rl_src1, rs_rFARG0);
248 LoadValueDirectFixed(rl_src2, cu_->target64 ? rs_rFARG1 : rs_rFARG2);
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
int_x86.cc 615 LoadValueDirectFixed(rl_src, rl_result.reg);
623 LoadValueDirectFixed(rl_src, rl_result.reg);
785 LoadValueDirectFixed(rl_src1, rs_r0);
788 LoadValueDirectFixed(rl_src2, rs_r1);
    [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 163 LoadValueDirectFixed(rl_src, rs_x0); // = TargetReg(kArg0, kRef)
216 LoadValueDirectFixed(rl_src, rs_x0); // Get obj
int_arm64.cc 845 LoadValueDirectFixed(rl_src, rs_src);
846 LoadValueDirectFixed(rl_dst, rs_dst);
856 LoadValueDirectFixed(rl_length, rs_length);
861 LoadValueDirectFixed(rl_src_pos, rs_src_pos);
868 LoadValueDirectFixed(rl_dst_pos, rs_dst_pos);
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc     [all...]
call_arm.cc 150 LoadValueDirectFixed(rl_src, rs_r0); // Get obj
231 LoadValueDirectFixed(rl_src, rs_r0); // Get obj

Completed in 99 milliseconds