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

  /art/compiler/dex/quick/
gen_loadstore.cc 220 Store32Disp(TargetPtrReg(kSp), SRegOffset(rl_dest.s_reg_low), rl_dest.reg);
336 Store32Disp(TargetPtrReg(kSp), SRegOffset(rl_dest.s_reg_low), rl_dest.reg);
gen_invoke.cc 446 Store32Disp(TargetPtrReg(kSp), SRegOffset(start_vreg + i), reg);
    [all...]
gen_common.cc 430 Store32Disp(TargetPtrReg(kSp), SRegOffset(loc.s_reg_low), loc.reg);
487 Store32Disp(ref_reg,
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 271 Store32Disp(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r3);
302 Store32Disp/*eq*/(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r3);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 260 Store32Disp(rs_x0, mirror::Object::MonitorOffset().Int32Value(), rs_wzr);
target_arm64.cc     [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 537 Store32Disp(rs_rMIPS_SP, offset, RegStorage::Solo32(reg));
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]

Completed in 155 milliseconds