Searched refs:regCount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DRegisterMap.java61 protected static int regCount; field in class:RegisterMap
74 regCount = db.lookupIntConstant("ConcreteRegisterImpl::number_of_registers").intValue();
78 locationValidSize = (regCount + locationValidTypeSize - 1) / locationValidTypeSize;
84 location = new Address[regCount];
109 Assert.that(0 <= j && j < regCount, "range check");
144 Assert.that(0 <= i && i < regCount, "sanity check");
158 Assert.that(0 <= i && i < regCount, "sanity check");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCRegisterMap.java126 Assert.that(0 <= regname && regname < regCount, "sanity check");
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp34 int regCount = AdlcVMDeps::Physical + registers->_rdefs.count(); local
37 fprintf(fp,"#define REG_COUNT %d\n", regCount);

Completed in 240 milliseconds