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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/amd64/
H A DBsdAMD64CFrame.java34 public BsdAMD64CFrame(BsdDebugger dbg, Address rbp, Address rip) { argument
37 this.rip = rip;
48 return rip;
76 private Address rip; field in class:BsdAMD64CFrame
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/
H A DLinuxAMD64CFrame.java34 public LinuxAMD64CFrame(LinuxDebugger dbg, Address rbp, Address rip) { argument
37 this.rip = rip;
48 return rip;
81 private Address rip; field in class:LinuxAMD64CFrame
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp393 // Do rip-rel adjustment for 64bit
400 // 32bit never did this, did everything as the rip-rel/disp code above
4377 // This should only be used by 64bit instructions that can use rip-relative
4389 // This should be rip relative and easily reachable.
4396 // This should be rip relative within the code cache and easily
4430 // Because rip relative is a disp + address_of_next_instruction and we
4446 // Check if the polling page is not reachable from the code cache using rip-relative
6563 address rip = pc(); local
6566 lea(c_rarg1, InternalAddress(rip));
6586 address rip local
[all...]

Completed in 60 milliseconds