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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.hpp79 max_nof_caller_save_cpu_regs = pd_nof_caller_save_cpu_regs_frame_map, enumerator in enum:FrameMap::__anon126
106 static LIR_Opr _caller_save_cpu_regs [max_nof_caller_save_cpu_regs];
250 assert(i >= 0 && i < max_nof_caller_save_cpu_regs, "out of bounds");

Completed in 29 milliseconds