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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp1486 int stk_offset = reg2offset(src_reg); local
1491 MachNode *cisc = mach->cisc_version(stk_offset, C)->as_Mach();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp10799 int stk_offset = wordSize-2; local
10804 movw(Address(rsp, cnt2, Address::times_2, stk_offset), result);
10823 int stk_offset = -2; local
10826 stk_offset += wordSize;
10832 movw(Address(rsp, cnt2, Address::times_2, stk_offset), result);

Completed in 77 milliseconds