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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapSet.java41 private static int REG_COUNT; field in class:OopMapSet
92 REG_COUNT = db.lookupIntConstant("REG_COUNT").intValue();
252 Address[] locs = new Address[2 * REG_COUNT + 1];
253 VMReg [] regs = new VMReg [2 * REG_COUNT + 1];
254 // ("+1" because REG_COUNT might be zero)
267 Assert.that(nofCallee < 2 * REG_COUNT, "overflow");
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp236 #ifndef REG_COUNT
237 #define REG_COUNT 0 macro
2509 declare_preprocessor_constant("REG_COUNT", REG_COUNT) \

Completed in 40 milliseconds