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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DVMRegImpl.java34 public class VMRegImpl { class
50 Type type = db.lookupType("VMRegImpl");
/openjdk7/hotspot/src/share/vm/code/
H A Dvmreg.hpp70 // Register numbers below VMRegImpl::stack0 are the same for both. Register
76 class VMRegImpl;
77 typedef VMRegImpl* VMReg;
79 class VMRegImpl { class
156 // VMReg res = VMRegImpl::as_VMReg(value() + offset);
196 // the calling convention's registers. VMRegImpl::Bad is returned for any
200 // 32-bits of O0/O1 are set to VMRegImpl::Bad). Longs in one register & doubles
208 void set_bad ( ) { _second=VMRegImpl::Bad(); _first=VMRegImpl::Bad(); }
209 void set1 ( VMReg v ) { _second=VMRegImpl
[all...]

Completed in 933 milliseconds