Home
last modified time | relevance | path

Searched refs:Store32Disp (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc182 Store32Disp(TargetPtrReg(kSp), SRegOffset(rl_dest.s_reg_low), rl_dest.reg); in StoreValue()
299 Store32Disp(TargetPtrReg(kSp), SRegOffset(rl_dest.s_reg_low), rl_dest.reg); in StoreFinalValue()
Dgen_common.cc571 Store32Disp(TargetPtrReg(kSp), SRegOffset(loc.s_reg_low), loc.reg); in GenFilledNewArray()
641 Store32Disp(ref_reg, in GenFilledNewArray()
Dmir_to_lir.h1018 LIR* Store32Disp(RegStorage r_base, int displacement, RegStorage r_src) { in Store32Disp() function
/art/compiler/dex/quick/arm/
Dcall_arm.cc260 Store32Disp(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r1); in GenMonitorExit()
304 Store32Disp/*eq*/(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r1); in GenMonitorExit()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc243 Store32Disp(rs_x0, mirror::Object::MonitorOffset().Int32Value(), rs_w2); in GenMonitorExit()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2628 Store32Disp(TargetPtrReg(kSp), current_dest_offset, temp); in GenDalvikArgsBulkCopy()