Searched refs:StoreWordDisp (Results 1 – 8 of 8) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 517 StoreWordDisp(r0, mirror::Object::MonitorOffset().Int32Value(), r3); in GenMonitorExit() 532 StoreWordDisp(rARM_SELF, ex_offset, reset_reg); in GenMoveException()
|
/art/compiler/dex/quick/ |
D | gen_loadstore.cc | 83 LIR* Mir2Lir::StoreWordDisp(int rBase, int displacement, int r_src) { in StoreWordDisp() function in art::Mir2Lir
|
D | gen_invoke.cc | 251 StoreWordDisp(TargetReg(kSp), 0, TargetReg(kArg0)); in FlushIns() 722 StoreWordDisp(TargetReg(kSp), outs_offset, low_reg); in GenDalvikArgsNoRange()
|
D | mir_to_lir.h | 514 LIR* StoreWordDisp(int rBase, int displacement, int r_src);
|
D | gen_common.cc | 401 StoreWordDisp(rBase, field_offset, rl_src.low_reg); in GenSput()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 300 StoreWordDisp(rMIPS_SELF, ex_offset, reset_reg); in GenMoveException()
|
D | target_mips.cc | 521 StoreWordDisp(rMIPS_SP, offset, reg); in SpillCoreRegs()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 485 StoreWordDisp(rX86_SP, offset, reg); in SpillCoreRegs()
|