Searched defs:push_offset (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dint_x86.cc986 const size_t push_offset = (push_si ? 4u : 0u) + (push_di ? 4u : 0u); local
988 LoadWordDisp(rs_rX86_SP, SRegOffset(rl_src_obj.s_reg_low) + push_offset, rs_obj);
991 int reg_id = DECODE_ALIAS_INFO_REG(last_lir_insn_->flags.alias_info) - push_offset / 4u;
995 LoadWordDisp(rs_rX86_SP, SRegOffset(rl_src_offset.s_reg_low) + push_offset, rs_off);
998 int reg_id = DECODE_ALIAS_INFO_REG(last_lir_insn_->flags.alias_info) - push_offset / 4u;

Completed in 43 milliseconds