Searched refs:reg2offset (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dregalloc.cpp57 //------------------------------reg2offset-------------------------------------
73 int PhaseRegAlloc::reg2offset( OptoReg::Name reg ) const { function in class:PhaseRegAlloc
91 assert(stk_offset == reg2offset((OptoReg::Name) reg),
H A Dregalloc.hpp109 int reg2offset ( OptoReg::Name reg ) const;
H A Doutput.cpp587 : new LocationValue(Location::new_stk_loc(l_type, ra->reg2offset(regnum)));
939 Location basic_lock = Location::new_stk_loc(Location::normal,_regalloc->reg2offset(box_reg));
1079 _orig_pc_slot_offset_in_bytes = _regalloc->reg2offset(OptoReg::stack2reg(_orig_pc_slot));
H A Dchaitin.cpp1486 int stk_offset = reg2offset(src_reg);
1928 pc->reg2offset(reg));
H A Dcallnode.cpp413 regalloc->reg2offset(box_reg));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp328 static int reg2offset(VMReg r) { function
705 RegisterOrConstant ld_off = reg2offset(r_1) + extraspace + bias;
984 int st_off = reg2offset(regs[i].first()) + STACK_BIAS;
1280 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1281 __ st(L5, SP, reg2offset(dst.first()) + STACK_BIAS);
1284 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, dst.first()->as_Register());
1288 __ st(src.first()->as_Register(), SP, reg2offset(dst.first()) + STACK_BIAS);
1302 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1303 __ st_ptr(L5, SP, reg2offset(dst.first()) + STACK_BIAS);
1306 __ ld(FP, reg2offset(sr
[all...]

Completed in 59 milliseconds