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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.hpp80 nof_caller_save_fpu_regs = pd_nof_caller_save_fpu_regs_frame_map, enumerator in enum:FrameMap::__anon126
107 static LIR_Opr _caller_save_fpu_regs [nof_caller_save_fpu_regs];
255 assert(i >= 0 && i < nof_caller_save_fpu_regs, "out of bounds");
H A Dc1_LinearScan.cpp1297 for (i = 0; i < FrameMap::nof_caller_save_fpu_regs; i++) {
3615 for (j = 0; j < FrameMap::nof_caller_save_fpu_regs; j++) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_FrameMap_sparc.cpp332 for (int i = 0; i < nof_caller_save_fpu_regs; i++) {

Completed in 48 milliseconds